[richfaces-svn-commits] JBoss Rich Faces SVN: r12180 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Jan 9 10:01:48 EST 2009
Author: ilya_shaikovsky
Date: 2009-01-09 10:01:47 -0500 (Fri, 09 Jan 2009)
New Revision: 12180
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml
Log:
minor syntax error.
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml 2009-01-09 14:11:40 UTC (rev 12179)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/modalPanel/usage.xhtml 2009-01-09 15:01:47 UTC (rev 12180)
@@ -42,7 +42,7 @@
</div>
</fieldset>
<p><b>NOTE:</b> Old style panel calls will be also supported.</p>
- <p>The modal panel has an absolute layout.There is no reason to put in on the page
+ <p>The modal panel has an absolute layout.There is no reason to put it on the page
where it is called.If you want to perform submits from this modal panel, you should have a separate form inside it.
In this case, the panel must be declared outside of the other form on the same page.
I.e. nested forms are not allowed.<br/>
More information about the richfaces-svn-commits
mailing list