[jboss-cvs] jboss-seam/examples/remoting/progressbar/view ...
Shane Bryzak
sbryzak at redhat.com
Mon Jul 23 20:29:37 EDT 2007
User: sbryzak2
Date: 07/07/23 20:29:37
Modified: examples/remoting/progressbar/view progressbar.xhtml
Log:
fixed validation problems
Revision Changes Path
1.6 +1 -1 jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: progressbar.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/progressbar/view/progressbar.xhtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- progressbar.xhtml 14 Feb 2007 00:36:29 -0000 1.5
+++ progressbar.xhtml 24 Jul 2007 00:29:37 -0000 1.6
@@ -70,7 +70,7 @@
<h:form onsubmit="queryProgress();return true;">
- <h:commandButton style="width:80px" value="Go!" action="#{progressBarAction.doSomething}" class="button"/>
+ <h:commandButton style="width:80px" value="Go!" action="#{progressBarAction.doSomething}" styleClass="button"/>
</h:form>
More information about the jboss-cvs-commits
mailing list