[richfaces-svn-commits] JBoss Rich Faces SVN: r2753 - in trunk/test-applications/jsp/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:16 EDT 2007


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

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

Modified: trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-09-05 08:43:09 UTC (rev 2752)
+++ trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-09-05 08:43:16 UTC (rev 2753)
@@ -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/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-09-05 08:43:09 UTC (rev 2752)
+++ trunk/test-applications/jsp/src/main/webapp/DropDownMenu/DDMenu.jsp	2007-09-05 08:43:16 UTC (rev 2753)
@@ -54,25 +54,25 @@
 				<a4j:support event="onclick" reRender="ddmId" />
 			</h:selectOneRadio>
 
-			<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="auto" itemValue="auto" />
-				<a4j:support event="onclick" reRender="ddmId" />
-			</h:selectOneRadio>
+				<h:outputText value="GroupDirection:" />
+				<h:selectOneRadio value="#{dDMenu.groupDirection}">
+					<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="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="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>
 			
 			<h:outputText value="Menu appearance event:" />
             <h:selectOneRadio value="#{dDMenu.event}" onclick="submit()">




More information about the richfaces-svn-commits mailing list