Author: mvitenkov
Date: 2008-07-01 14:16:51 -0400 (Tue, 01 Jul 2008)
New Revision: 9337
Modified:
trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
Log:
+findComponent
Modified: trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2008-07-01
17:48:21 UTC (rev 9336)
+++ trunk/test-applications/jsp/src/main/webapp/ModalPanel/ModalPanel.jsp 2008-07-01
18:16:51 UTC (rev 9337)
@@ -63,7 +63,7 @@
<tbody id="tbodyID">
<tr>
<td>
- <a4j:commandLink value="getTop" reRender="findID"
onclick="javascript:multiply(#{modalPanel.height},#{modalPanel.width});"></a4j:commandLink>
+ <a4j:commandLink value="getSize" reRender="findID"
onclick="javascript:multiply(#{rich:findComponent('modalPanelID').height},#{rich:findComponent('modalPanelID').width});"></a4j:commandLink>
</td>
</tr>
<tr>
Show replies by date