[
http://jira.jboss.com/jira/browse/JBSEAM-1572?page=all ]
Pete Muir updated JBSEAM-1572:
------------------------------
Fix Version/s: 2.0.x
(was: 2.0.1.GA)
I don't think it is possible to do a s:decorate without a component inside of a render
time iterator like ui:repeat/h:dataTable.
Passing in a for like
<s:decorate template="edit.xhtml" id="foo1decorate">
<ui:param name="for" value="foo1" />
...
</s:decorate>
and then using #{for} inside the template for the label/message should work fine. Put the
input outside the s:decorate and rereneder the decorate.
Make s:decorate behave more similarly to ui:decorate
(h:panelGrid-friendly)
---------------------------------------------------------------------------
Key: JBSEAM-1572
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1572
Project: JBoss Seam
Issue Type: Feature Request
Components: JSF
Reporter: Alex Savitsky
Assigned To: Pete Muir
Priority: Minor
Fix For: 2.0.x
ui:decorate preserves its children, while s:decorate groups them as one instead. This
makes s:decorate unusable for form fields laid out using h:panelGrid, as there's no
way to separate the field label from the field itself (they are grouped together).
--
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