[seam-issues] [JBoss JIRA] Commented: (JBSEAM-4537) s:validateEquality tag doesn't work with JBossAS 6.0.0.M1

Pete Muir (JIRA) jira-events at lists.jboss.org
Wed Feb 17 06:57:10 EST 2010


    [ https://jira.jboss.org/jira/browse/JBSEAM-4537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12514918#action_12514918 ] 

Pete Muir commented on JBSEAM-4537:
-----------------------------------

The issue here is that s:validateEquality was (for some reason I don't exactly understand) written as a component, not as a pure validator. JSF2 doesn't attach child components to <h:{input, output}Text /> whilst JSF 1.2 did.

We need to rewrite as a pure validator for Seam 3.

> s:validateEquality tag doesn't work with JBossAS 6.0.0.M1
> ---------------------------------------------------------
>
>                 Key: JBSEAM-4537
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4537
>             Project: Seam
>          Issue Type: Bug
>    Affects Versions: 2.2.0.GA
>         Environment: JBoss AS 6.0.0.M1
>            Reporter: Martin Gencur
>            Assignee: Marek Novotny
>             Fix For: 2.2.1.CR1
>
>
> It seems that exception javax.faces.validator.ValidatorException thrown by org/jboss/seam/ui/validator/EqualityValidator.java (backend of s:validateEquality tag) during comparing values is not caught by JSF and the error message is not displayed.
> The same example works fine with JBossAS 5.1.0.GA.
> Steps to reproduce
> 1) deploy "ui" example from Seam distribution to JBossAS 6.0.0.M1
> 2) go to s:validateEquality or s:validateEquality(2) link on main page
> 3) enter different values
> 4) after submitting you can see that "OK" is displayed which is wrong

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

        


More information about the seam-issues mailing list