You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/07/27 17:42:29 UTC

[jira] Assigned: (TAPESTRY-444) regexp validator(Email) script function name mismatch

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

Howard M. Lewis Ship reassigned TAPESTRY-444:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> regexp validator(Email) script function name mismatch
> -----------------------------------------------------
>
>          Key: TAPESTRY-444
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-444
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: beta3
> mozilla firefox 1.0.4
>     Reporter: sorphi
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor

>
> 1/   validate_regexp  mismatched with validate_regex
> Email.java
> 79>        StringBuffer buffer = new StringBuffer("function(event) { validate_regexp(event, ");
> RegExValidator.js
> 15>        function validate_regex(event, field, pattern, message)
> 2/  email input must required?
>   <component id="emailInput" type="TextField">
>     <binding name="value" value="emailValue"/>
>     <binding name="translator" value="string,trim=true"/>
>     <binding name="validators" value="email"/>
> <!--    <binding name="validators" value="required,email"/>-->
>   </component>
> I expected that emailInput field can be empty(after trimmed),  and if some characters user input into it,  must be valid email .
> but in my test, emailInput required valid email value always.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org