Author: mvitenkov
Date: 2008-04-18 08:52:21 -0400 (Fri, 18 Apr 2008)
New Revision: 7933
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp
Log:
add modal panel binding
Modified:
branches/3.1.x/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp
===================================================================
---
branches/3.1.x/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp 2008-04-18
12:29:02 UTC (rev 7932)
+++
branches/3.1.x/test-applications/jsp/src/main/webapp/CustomizePage/CustomizePage.jsp 2008-04-18
12:52:21 UTC (rev 7933)
@@ -29,6 +29,11 @@
<h:form id="test">
</h:form>
+ <h:form>
+ <h:commandButton value="getMPanelID"
actionListener="#{modalPanel.checkBinding}">
+ </h:commandButton>
+ <h:outputText value="#{modalPanel.bindLabel}" />
+ </h:form>
</body>
</f:view>
</html>
Show replies by date