You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/07/31 14:49:15 UTC

[jira] Reopened: (TAPESTRY-1024) Client validation bug

     [ http://issues.apache.org/jira/browse/TAPESTRY-1024?page=all ]

Jesse Kuhnert reopened TAPESTRY-1024:
-------------------------------------

             

> Client validation bug
> ---------------------
>
>                 Key: TAPESTRY-1024
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1024
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1
>         Environment: The latest 4.1 version.
>            Reporter: Jun Tsai
>         Assigned To: Jesse Kuhnert
>
> <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>
> it works well.
> If I delete any reuired validator,it will submit to server.When only all validators includes required validator,it can show the dojo dialog.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org