XValidation should support converting java fields named with $ into the faces component id
separator character
--------------------------------------------------------------------------------------------------------------
Key: SEAMFACES-38
URL:
https://jira.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.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira