[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1667) Validators not working for ValueBindings from Trinidad

Stephen Friedrich (JIRA) jira-events at lists.jboss.org
Tue Aug 7 17:26:49 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1667?page=comments#action_12371389 ] 
            
Stephen Friedrich commented on JBSEAM-1667:
-------------------------------------------

Seems to be a facelets problem, where facelets incorrectly detects the Trinidad JSF version as 1.1, because trinidad's components do not extend UIComponentBase.
Filed in their issue tracker: https://facelets.dev.java.net/issues/show_bug.cgi?id=239

Norman: Note that "trunk" in trinidad is the old JSF 1.1 compliant code.
New code is in branches/1.1.2-branch and introduces the ValueBindingValueExpression for compatibility reasons.

> Validators not working for ValueBindings from Trinidad
> ------------------------------------------------------
>
>                 Key: JBSEAM-1667
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1667
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core, EL, JSF
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Pete Muir
>             Fix For: 2.0.0.CR1
>
>
> When a ValueBinding from Trinidad is run through Validators invalidValues=null (even when there are invalidValues).
> Easy to replicate, just add @Length(max=5) to org.jboss.seam.example.seamdiscs.model.Artist.name, start up the seamdiscs example, log in, click on any artist from the Artists page, make sure they have a name longer than 5, and hit save.

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

        



More information about the seam-issues mailing list