[richfaces-svn-commits] JBoss Rich Faces SVN: r11802 - 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
Tue Dec 16 06:50:17 EST 2008


Author: pyaschenko
Date: 2008-12-16 06:50:16 -0500 (Tue, 16 Dec 2008)
New Revision: 11802

Modified:
   trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
https://jira.jboss.org/jira/browse/RF-2835

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	2008-12-16 11:42:39 UTC (rev 11801)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js	2008-12-16 11:50:16 UTC (rev 11802)
@@ -2096,6 +2096,7 @@
 			{
 				this.selectedDate = date;
 				this.renderHF();
+				if (!this.params.popup) this.setInputField(this.getSelectedDateString(this.params.datePattern), null);
 				this.invokeEvent("timeselected",null, null, this.selectedDate);
 			}
 		}




More information about the richfaces-svn-commits mailing list