[richfaces-svn-commits] JBoss Rich Faces SVN: r18615 - trunk/examples/input-demo/src/main/webapp.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Aug 13 07:46:22 EDT 2010
Author: abelevich
Date: 2010-08-13 07:46:22 -0400 (Fri, 13 Aug 2010)
New Revision: 18615
Modified:
trunk/examples/input-demo/src/main/webapp/inplaceInput.xhtml
Log:
add link to the DataGrid page
Modified: trunk/examples/input-demo/src/main/webapp/inplaceInput.xhtml
===================================================================
--- trunk/examples/input-demo/src/main/webapp/inplaceInput.xhtml 2010-08-13 11:40:30 UTC (rev 18614)
+++ trunk/examples/input-demo/src/main/webapp/inplaceInput.xhtml 2010-08-13 11:46:22 UTC (rev 18615)
@@ -12,7 +12,8 @@
<h:body>
<h:form id="form">
- <in:inplaceInput showControls="true" value="New York"/>
+ <in:inplaceInput showControls="false" value="New York"/>
+ <h:commandButton value="submit"/>
</h:form>
</h:body>
</html>
More information about the richfaces-svn-commits
mailing list