[jira] Commented: (TOMAHAWK-1199) Seems like email validation is not working

2008-02-24 Thread Guy Bashan (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571879#action_12571879
 ] 

Guy Bashan commented on TOMAHAWK-1199:
--

Sorry, I am using version 1.1.6 and not 1.1.7-SNAPSHOT.
I am also using tomahawk-sandbox-1.1.7-SNAPSHOT
and myfaces 1.2.2

> Seems like email validation is not working
> --
>
> Key: TOMAHAWK-1199
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1199
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Guy Bashan
>
> Seems like email validation is not working. It used to work in previous 
> versions.
> Code example:
> -
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> 
>   Simple jsp page
>   
>   
>   
> 
>   
> 
> 
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOMAHAWK-1199) Seems like email validation is not working

2008-02-24 Thread Guy Bashan (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571894#action_12571894
 ] 

Guy Bashan commented on TOMAHAWK-1199:
--

I tried it also with 1.1.7 and it behaves the same.
It seems like there are more problems, like in this code:

  

 Confirm: 

  


When using t:inputSecret the validator "signup.validatePassword" seems to be 
not called.
When changing to h:inputSecret it is working.

> Seems like email validation is not working
> --
>
> Key: TOMAHAWK-1199
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1199
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Guy Bashan
>
> Seems like email validation is not working. It used to work in previous 
> versions.
> Code example:
> -
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> 
>   Simple jsp page
>   
>   
>   
> 
>   
> 
> 
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOMAHAWK-1199) Seems like email validation is not working

2008-04-04 Thread Ingo Nolden (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585455#action_12585455
 ] 

Ingo Nolden commented on TOMAHAWK-1199:
---

I just ran into the same problem with t:validateEmail.
I was able to solve it by using t:inputText instead of h:inputText.
 
Example:

  



I am using tomahawk 1.1.6 with myfaces 1.2.2.

> Seems like email validation is not working
> --
>
> Key: TOMAHAWK-1199
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1199
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Guy Bashan
>
> Seems like email validation is not working. It used to work in previous 
> versions.
> Code example:
> -
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> 
>   Simple jsp page
>   
>   
>   
> 
>   
> 
> 
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TOMAHAWK-1199) Seems like email validation is not working

2008-07-29 Thread Leonardo Uribe (JIRA)

[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617831#action_12617831
 ] 

Leonardo Uribe commented on TOMAHAWK-1199:
--

This is not a problem of t:validateEmail.

There was an error ( MYFACES-1882 validator property of UIInput do not saved 
and restored (myfaces-faces-plugin error) ) on myfaces 1.2 that cause this 
unwanted behavior.

This is not present when you use tomahawk core12.

> Seems like email validation is not working
> --
>
> Key: TOMAHAWK-1199
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1199
> Project: MyFaces Tomahawk
>  Issue Type: Bug
>  Components: Validators
>Affects Versions: 1.1.7-SNAPSHOT
>Reporter: Guy Bashan
>
> Seems like email validation is not working. It used to work in previous 
> versions.
> Code example:
> -
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> <%@ taglib uri="http://myfaces.apache.org/tomahawk"; prefix="t" %>
> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
> 
>   Simple jsp page
>   
>   
>   
> 
>   
> 
> 
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.