[jboss-cvs] jboss-seam/examples/ui/view ...
Gavin King
gavin.king at jboss.com
Sun Mar 18 00:21:10 EDT 2007
User: gavin
Date: 07/03/18 00:21:10
Modified: examples/ui/view selectItems.xhtml
Log:
s:decorateAll
Revision Changes Path
1.12 +8 -8 jboss-seam/examples/ui/view/selectItems.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: selectItems.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/selectItems.xhtml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- selectItems.xhtml 18 Mar 2007 01:31:01 -0000 1.11
+++ selectItems.xhtml 18 Mar 2007 04:21:10 -0000 1.12
@@ -33,12 +33,12 @@
<li><code>s:decorate</code></li>
<li><code>s:link</code></li>
<li><code>s:conversationPropagation</code></li>
- <li><code>s:layoutForm</code></li>
+ <li><code>s:decorateAll</code></li>
</ul>
<h:form>
- <s:layoutForm labelColumnClass="labels"
+ <s:decorateAll labelColumnClass="labels"
fieldColumnClass="inputs"
descriptionColumnClass="help"
messageColumnClass="message"
@@ -95,7 +95,7 @@
<s:convertEntity />
</h:selectOneListbox>
- </s:layoutForm>
+ </s:decorateAll>
<h:commandButton value="Apply" action="#{personHome.update}">
<s:conversationPropagation type="join" />
More information about the jboss-cvs-commits
mailing list