[
https://issues.jboss.org/browse/SEAMFACES-248?page=com.atlassian.jira.plu...
]
Dupont Dupont commented on SEAMFACES-248:
-----------------------------------------
A variant is to use ominifaces o:outputLabel instead of h:outputLabel in the composite.
https://showcase-omnifaces.rhcloud.com/showcase/components/outputLabel.xhtml
Downside of this is I need to add yet another jar to my webapp
UIInputContainer should set label attribute for input components
----------------------------------------------------------------
Key: SEAMFACES-248
URL:
https://issues.jboss.org/browse/SEAMFACES-248
Project: Seam Faces
Issue Type: Feature Request
Affects Versions: 3.1.0.Final
Reporter: Dupont Dupont
When using JSF default error message, we get the following error message when required
constraint isn't respected :
{code}
editCharge:nom:input: Validation Error: Value is required.
{code}
We could have a better message if UIInputContainer set the label attribute for any input
components :
{code}
Name: Validation Error: Value is required.
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira