function checkForm(){
var flag = V.validate({
rules: {
'adPlanBBeanForm:planId': {
required: true,
number:true,
},
'adPlanBBeanForm:title': {
required: true,
maxlength:{maxlen:100}
},
'adPlanBBeanForm:foreCase':{

maxlength:{maxlen:500}
}
},
messages:{
}
});
return flag;
}

//]]>
</script>
那样验证后确定按钮点不了   有什么有效的方法或者给了默认时间后有什么方法可以屏蔽了控件底下的清空