Author: ishabalov
Date: 2007-03-13 18:08:43 -0400 (Tue, 13 Mar 2007)
New Revision: 64
Modified:
trunk/richfaces-samples/panel-sample/src/main/webapp/panel.xhtml
Log:
Add sample of form inside of panel
Modified: trunk/richfaces-samples/panel-sample/src/main/webapp/panel.xhtml
===================================================================
--- trunk/richfaces-samples/panel-sample/src/main/webapp/panel.xhtml 2007-03-13 20:58:44
UTC (rev 63)
+++ trunk/richfaces-samples/panel-sample/src/main/webapp/panel.xhtml 2007-03-13 22:08:43
UTC (rev 64)
@@ -46,7 +46,9 @@
Test<br/>
Test<br/>
</a4j:facet>
- Body text
+ <h:form>
+ <h:outputText value="inside the form"/>
+ </h:form>
</panel:panel>
</body>
</html>
Show replies by date