[richfaces-svn-commits] JBoss Rich Faces SVN: r19011 - modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 30 09:02:12 EDT 2010


Author: ppitonak at redhat.com
Date: 2010-08-30 09:02:12 -0400 (Mon, 30 Aug 2010)
New Revision: 19011

Modified:
   modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
   modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
Log:
* fixed typos in attribute names



Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml	2010-08-30 12:32:48 UTC (rev 19010)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml	2010-08-30 13:02:12 UTC (rev 19011)
@@ -57,9 +57,9 @@
                              keepVisualState="#{richPopupPanelBean.attributes['keepVisualState'].value}"
                              left="#{richPopupPanelBean.attributes['left'].value}"
                              maxHeight="#{richPopupPanelBean.attributes['maxHeight'].value}"
-                             maxWidth="#{richPopupPanelBean.attributes['maxWidht'].value}"
+                             maxWidth="#{richPopupPanelBean.attributes['maxWidth'].value}"
                              minHeight="#{richPopupPanelBean.attributes['minHeight'].value}"
-                             minWidht="#{richPopupPanelBean.attributes['minWidht'].value}"
+                             minWidth="#{richPopupPanelBean.attributes['minWidth'].value}"
                              modal="#{richPopupPanelBean.attributes['modal'].value}"
                              moveable="#{richPopupPanelBean.attributes['moveable'].value}"
                              onbeforehide = "#{richPopupPanelBean.attributes['onbeforehide'].value}"

Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml	2010-08-30 12:32:48 UTC (rev 19010)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml	2010-08-30 13:02:12 UTC (rev 19011)
@@ -55,9 +55,9 @@
                              keepVisualState="#{richPopupPanelBean.attributes['keepVisualState'].value}"
                              left="#{richPopupPanelBean.attributes['left'].value}"
                              maxHeight="#{richPopupPanelBean.attributes['maxHeight'].value}"
-                             maxWidth="#{richPopupPanelBean.attributes['maxWidht'].value}"
+                             maxWidth="#{richPopupPanelBean.attributes['maxWidth'].value}"
                              minHeight="#{richPopupPanelBean.attributes['minHeight'].value}"
-                             minWidht="#{richPopupPanelBean.attributes['minWidht'].value}"
+                             minWidth="#{richPopupPanelBean.attributes['minWidth'].value}"
                              modal="#{richPopupPanelBean.attributes['modal'].value}"
                              moveable="#{richPopupPanelBean.attributes['moveable'].value}"
                              onbeforehide="#{richPopupPanelBean.attributes['onbeforehide'].value}"



More information about the richfaces-svn-commits mailing list