[richfaces-svn-commits] JBoss Rich Faces SVN: r14489 - branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 11:41:23 EDT 2009


Author: amarkhel
Date: 2009-06-04 11:41:22 -0400 (Thu, 04 Jun 2009)
New Revision: 14489

Modified:
   branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
Fix RF-7227

Modified: branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
--- branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2009-06-04 15:41:14 UTC (rev 14488)
+++ branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx	2009-06-04 15:41:22 UTC (rev 14489)
@@ -26,6 +26,7 @@
 		]]>
 		</jsp:scriptlet> 
 				<input id="#{clientId}InputDate"
+				autocomplete="off"
 					style="display:none"	
 					name="#{clientId}InputDate"
 					value="#{this:getInputValue(context,component)}" type="hidden" />
@@ -144,6 +145,7 @@
 
 		<input id="#{clientId}InputCurrentDate"
 			style="display:none"	
+			autocomplete="off"
 			name="#{clientId}InputCurrentDate"
 			value="#{this:getCurrentDateAsString(context,component,currentDate)}" type="hidden" />
 		<f:call name="dayCellClass" />




More information about the richfaces-svn-commits mailing list