Author: ilya_shaikovsky
Date: 2008-03-14 10:09:56 -0400 (Fri, 14 Mar 2008)
New Revision: 6817
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-2345
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml 2008-03-14
14:07:41 UTC (rev 6816)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/keepAlive/examples/enabledIssue.xhtml 2008-03-14
14:09:56 UTC (rev 6817)
@@ -17,7 +17,7 @@
<h:panelGrid columns="2" width="100%"
columnClasses="pcolumn">
<f:verbatim>
- This example <b>will not work</b> as expected. The expression for
'enabled' attribute
+ This example <b>will not work</b> as expected. The expression for
'disabled' attribute
equals true only after UPDATE model phase when the rsBean properties are
updated with submitted values. So, the component is rendered as enabled
on the RENDER RESPONSE phase.<br />