WAS 8 is currently exhibiting state saving problems with commandLink ClientBehavior:
+++ samples/core/basic/src/main/webapp/icefaces.xhtml (working copy)
@@ -40,6 +40,9 @@
<h:commandButton id="button1" value="Show/Hide"
actionListener="#
{basic.toggle}">
</h:commandButton>
+ <h:commandLink id="link1" value="Show/Hide"
+ actionListener="#{basic.toggle}
">
+ </h:commandLink>
<br/>
<h:outputText value="Reload entire page: "/>
<h:commandButton id="reload" value="reload">
(This causes a mysterious NullPointerException to appear as the body of the Ajax update response.)
WAS 8 is currently exhibiting state saving problems with commandLink ClientBehavior:
+++ samples/core/basic/src/main/webapp/icefaces.xhtml (working copy)
{basic.toggle}">@@ -40,6 +40,9 @@
<h:commandButton id="button1" value="Show/Hide"
actionListener="#
</h:commandButton>
+ <h:commandLink id="link1" value="Show/Hide"
+ actionListener="#{basic.toggle}
">
+ </h:commandLink>
<br/>
<h:outputText value="Reload entire page: "/>
<h:commandButton id="reload" value="reload">
(This causes a mysterious NullPointerException to appear as the body of the Ajax update response.)