<component type="TextField" id="nameField">
   <binding value="message:name" name="displayName"/>
   <binding value="translator:string" name="translator"/>
   <binding value="ognl:entity.name" name="value"/>
   <binding name="validators" value="validators:required,maxLength=100"/>
 </component>
 <component type="TextField" id="endPicker1">
   <binding value="message:name" name="displayName"/>

   <binding value="ognl:entity.colors" name="value"/>
   <binding name="validators" value="validators:required,maxLength=100"/>
 </component>


If I delete the reuired validator,it will submit to server.When only all
validators includes required,it can show the dojo dialog.

Jun Tsai
--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

Reply via email to