[richfaces-svn-commits] JBoss Rich Faces SVN: r2590 - trunk/test-applications/jsp/src/main/webapp/Calendar.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Aug 29 14:02:02 EDT 2007


Author: ayanul
Date: 2007-08-29 14:02:02 -0400 (Wed, 29 Aug 2007)
New Revision: 2590

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

Modified: trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-08-29 17:55:07 UTC (rev 2589)
+++ trunk/test-applications/jsp/src/main/webapp/Calendar/Calendar.jsp	2007-08-29 18:02:02 UTC (rev 2590)
@@ -28,6 +28,8 @@
 					<h:messages />
 				</a4j:outputPanel>
 			<h:form>
+		        <br />
+		        <br />
 				<rich:calendar 
 					id="calendar"
 					data="#{calendarDataModel}"
@@ -52,7 +54,7 @@
 					<f:validator validatorId="org.richfaces.CalendarValidator" />
 					
 					<h:panelGrid columns="2">
-						<f:verbatim><p style="padding: 2px;" <%-- class="largeText"--%>>{day}</p></f:verbatim>
+						<f:verbatim><span style="padding: 2px;" <%-- class="largeText"--%>>{day}</span></f:verbatim>
 						<%-- h:panelGrid>
 							<h:outputText styleClass="smallText" value="{data.enLabel}" />
 							<h:outputText styleClass="smallText" value="{data.frLabel}" />
@@ -74,7 +76,6 @@
 					<h:outputText value="Custom day labels:" />
 					<h:selectBooleanCheckbox value="#{calendarBean.useCustomDayLabels}" onclick="submit()"/>
 					<h:outputText value="Select Date Pattern:"/>
-					
 					<h:selectOneMenu value="MMM d, yyyy" onchange="submit()" valueChangeListener="#{calendarBean.selectPattern}">
 						<f:selectItem itemLabel="d/M/yy" itemValue="d/M/yy"/>
 						<f:selectItem itemLabel="dd/M/yy" itemValue="dd/M/yy"/>
@@ -125,11 +126,13 @@
 				<f:verbatim><br /></f:verbatim>
 				
 				<h:commandButton value="Submit"/>
-			</h:form>
-			<h:form>
+				
+				
+				
+			</h:form>			<h:form>
 				<h:commandLink value="Back" action="main"></h:commandLink>
 			</h:form>
 		
 	</f:subview>	
 </html>
-</f:view>
\ No newline at end of file
+</f:view>




More information about the richfaces-svn-commits mailing list