[
http://jira.jboss.com/jira/browse/JBSEAM-376?page=all ]
Gavin King updated JBSEAM-376:
------------------------------
Description:
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>
was:Tapestry makes it really easy to "decorate" fields with validation
failures. JSF does not really (apart from the message).
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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira