[richfaces-svn-commits] JBoss Rich Faces SVN: r5769 - 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
Fri Feb 1 11:59:08 EST 2008
Author: akushunin
Date: 2008-02-01 11:59:08 -0500 (Fri, 01 Feb 2008)
New Revision: 5769
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
http://jira.jboss.com/jira/browse/RF-2132
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-02-01 16:42:25 UTC (rev 5768)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2008-02-01 16:59:08 UTC (rev 5769)
@@ -948,7 +948,7 @@
createSpinnerTable: function(id) {
return '<table cellspacing="0" cellpadding="0" border="0"><tbody><tr>'+
'<td class="rich-calendar-spinner-input-container">'+
- '<input id="' + id + '" class="rich-calendar-spinner-input" type="text" />'+
+ '<input id="' + id + '" name="' + id + '" class="rich-calendar-spinner-input" type="text" />'+
'</td>'+
'<td class="rich-calendar-spinner-buttons">'+
'<table border="0" cellspacing="0" cellpadding="0"><tbody>'+
@@ -1974,7 +1974,6 @@
this.selectedDate.setHours(h);
this.renderHF();
}
-
if (this.params.popup && !this.showApplyButton && updateTime) this.close(true);
},
More information about the richfaces-svn-commits
mailing list