Author: ilya_shaikovsky
Date: 2010-05-30 05:51:44 -0400 (Sun, 30 May 2010)
New Revision: 17394
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/param/clientParam.xhtml
Log:
client param sample fixed.
Modified:
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/param/clientParam.xhtml
===================================================================
---
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/param/clientParam.xhtml 2010-05-30
09:39:44 UTC (rev 17393)
+++
root/examples/richfaces-showcase/trunk/src/main/webapp/richfaces/param/clientParam.xhtml 2010-05-30
09:51:44 UTC (rev 17394)
@@ -20,14 +20,14 @@
assignTo="#{paramBean.screenHeight}" noEscape="true" />
</a4j:commandButton>
<br />
- <rich:panel id="infoPanel">
- <h:panelGrid columns="2" >
+
+ <h:panelGrid columns="2" id="infoPanel">
<h:outputText value="Width:" />
<h:outputText value="#{paramBean.screenWidth}" />
<h:outputText value="Height:" />
<h:outputText value="#{paramBean.screenHeight}" />
</h:panelGrid>
- </rich:panel>
+
</h:form>
</ui:composition>
Show replies by date