]
Gavin King closed JBSEAM-376.
-----------------------------
Resolution: Done
JSF invalid field "decorators"
------------------------------
Key: JBSEAM-376
URL:
http://jira.jboss.com/jira/browse/JBSEAM-376
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Reporter: Gavin King
Assigned To: Gavin King
Fix For: 1.1
Tapestry makes it really easy to "decorate" fields with validation failures.
JSF does not really (apart from the message).
Something like this:
<s:decoration styleClass="error">
<f:facet name="before">*</f:facet>
<h:inputText value="#{customer.firstName}"
required="true"/>
<f:facet name="after">
<h:message/>
</f:facet>
</s:decoration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: