[richfaces-svn-commits] JBoss Rich Faces SVN: r2752 - in trunk/test-applications/facelets/src/main/webapp: DropDownMenu and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Sep 5 04:43:09 EDT 2007


Author: ayanul
Date: 2007-09-05 04:43:09 -0400 (Wed, 05 Sep 2007)
New Revision: 2752

Modified:
   trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
   trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-819
http://jira.jboss.com/jira/browse/RF-820

Modified: trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml	2007-09-05 08:36:26 UTC (rev 2751)
+++ trunk/test-applications/facelets/src/main/webapp/Calendar/Calendar.xhtml	2007-09-05 08:43:09 UTC (rev 2752)
@@ -32,7 +32,7 @@
 		        <br />
 				<rich:calendar 
 					id="calendar"
-					data="#{calendarDataModel}"
+					dataModel="#{calendarDataModel}"
 					locale="#{calendarBean.locale}"
 					popup="#{calendarBean.popup}"
 					datePattern="#{calendarBean.pattern}"

Modified: trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml	2007-09-05 08:36:26 UTC (rev 2751)
+++ trunk/test-applications/facelets/src/main/webapp/DropDownMenu/DDMenu.xhtml	2007-09-05 08:43:09 UTC (rev 2752)
@@ -63,20 +63,20 @@
 
 				<h:outputText value="GroupDirection:" />
 				<h:selectOneRadio value="#{dDMenu.groupDirection}">
-					<f:selectItem itemLabel="top-right" itemValue="top-right" />
-					<f:selectItem itemLabel="top-left" itemValue="top-left" />
-					<f:selectItem itemLabel="bottom-right" itemValue="bottom-right" />
-					<f:selectItem itemLabel="bottom-left" itemValue="bottom-left" />
+					<f:selectItem itemLabel="top-up" itemValue="top-up" />
+					<f:selectItem itemLabel="top-down" itemValue="top-down" />
+					<f:selectItem itemLabel="bottom-up" itemValue="bottom-up" />
+					<f:selectItem itemLabel="bottom-down" itemValue="bottom-down" />
 					<f:selectItem itemLabel="auto" itemValue="auto" />
 					<a4j:support event="onclick" reRender="ddmId" />
 				</h:selectOneRadio>
 
 				<h:outputText value="JointPoint:" />
 				<h:selectOneRadio value="#{dDMenu.jointPoint}">
-					<f:selectItem itemLabel="top-right" itemValue="top-right" />
-					<f:selectItem itemLabel="top-left" itemValue="top-left" />
-					<f:selectItem itemLabel="bottom-right" itemValue="bottom-right" />
-					<f:selectItem itemLabel="bottom-left" itemValue="bottom-left" />
+					<f:selectItem itemLabel="top-right" itemValue="tr" />
+					<f:selectItem itemLabel="top-left" itemValue="tl" />
+					<f:selectItem itemLabel="bottom-right" itemValue="br" />
+					<f:selectItem itemLabel="bottom-left" itemValue="bl" />
 					<f:selectItem itemLabel="auto" itemValue="auto" />
 					<a4j:support event="onclick" reRender="ddmId" />
 				</h:selectOneRadio>




More information about the richfaces-svn-commits mailing list