Author: ilya_shaikovsky
Date: 2007-09-05 12:34:48 -0400 (Wed, 05 Sep 2007)
New Revision: 2778
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/snippets/commandLinkProblem.xhtml
Log:
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/snippets/commandLinkProblem.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/snippets/commandLinkProblem.xhtml 2007-09-05
16:30:16 UTC (rev 2777)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/form/snippets/commandLinkProblem.xhtml 2007-09-05
16:34:48 UTC (rev 2778)
@@ -1,6 +1,5 @@
....
<-- This code does not work correctly after the link is re-rendered -->
- <-- Parameter will not be encoded correctly in this case -->
<h:form>
....
<a4j:commandButton value="Update Non-Ajax Link"
reRender="panel" />
@@ -8,7 +7,6 @@
<h:panelGrid id="panel">
....
<h:commandLink value="Non-Ajax Submit" action="foo" >
- <f:param name="param1" value="foo"/>
...
</h:commandLink>
....
Show replies by date