Author: mvitenkov
Date: 2008-04-28 14:35:02 -0400 (Mon, 28 Apr 2008)
New Revision: 8263
Modified:
trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanelProperty.xhtml
Log:
remove a4j:support for reRender attribute.
Modified:
trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanelProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanelProperty.xhtml 2008-04-28
18:33:52 UTC (rev 8262)
+++
trunk/test-applications/facelets/src/main/webapp/ModalPanel/ModalPanelProperty.xhtml 2008-04-28
18:35:02 UTC (rev 8263)
@@ -27,8 +27,7 @@
</h:inputText>
<h:outputText value="rendered" />
- <h:selectBooleanCheckbox value="#{modalPanel.rendered}" >
- <a4j:support event="onchange"
reRender="modalPanelID"></a4j:support>
+ <h:selectBooleanCheckbox value="#{modalPanel.rendered}"
onchange="submit();">
</h:selectBooleanCheckbox>
<h:outputText value="showWhenRendered" />
@@ -75,5 +74,8 @@
<h:selectBooleanCheckbox value="#{modalPanel.moveable}">
<a4j:support event="onclick"
reRender="modalPanelID"></a4j:support>
</h:selectBooleanCheckbox>
+
+ <a4j:commandLink
onclick="$('formID:ModalPanelPropertySubviewID:modalPanelID').component.show(event)"
value="show"></a4j:commandLink>
+ <a4j:commandLink
onclick="$('formID:ModalPanelPropertySubviewID:modalPanelID').component.hide(event)"
value="hide"></a4j:commandLink>
</h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date