[seam-issues] [JBoss JIRA] Resolved: (SEAMFACES-38) XValidation should support converting java fields named with $ into the faces component id separator character

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Sep 7 01:33:26 EDT 2011


     [ https://issues.jboss.org/browse/SEAMFACES-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved SEAMFACES-38.
------------------------------------

    Resolution: Won't Fix


I don't think this is necessary, particularly with the @InputElement that obviates the @InputField

> XValidation should support converting java fields named with $ into the faces component id separator character
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SEAMFACES-38
>                 URL: https://issues.jboss.org/browse/SEAMFACES-38
>             Project: Seam Faces
>          Issue Type: Feature Request
>          Components: UI Components, Validation & Conversion
>            Reporter: Lincoln Baxter III
>
> @Inject @InputField password$input
> == password:input
> no need for the annotation value
> dollar signs become the faces component separator character if you don't provide an annotation value
> if you provide an annotation value, it wins
> @Inject @InputField("form:foo") password$input
> == form:foo

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list