[richfaces-svn-commits] JBoss Rich Faces SVN: r2071 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 6 08:33:05 EDT 2007


Author: pyaschenko
Date: 2007-08-06 08:33:05 -0400 (Mon, 06 Aug 2007)
New Revision: 2071

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
fixes

Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2007-08-06 11:03:43 UTC (rev 2070)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2007-08-06 12:33:05 UTC (rev 2071)
@@ -1031,7 +1031,8 @@
 	{
 		if (!this.selectedDate) return;
 		this.selectedDate=null;
-		this.render();
+		$(this.INPUT_DATE_ID).value="";
+		if (this.params.popup && this.isVisible) this.render();
 	}
 	
 });




More information about the richfaces-svn-commits mailing list