]
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: