Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r46925 / with deltaSubmit=true configuration
Browsers: all
Server: Tomcat7
Description
showcase - with deltaSubmit=true config-param:
dateTimeEntry > Ajax Submit, Multiple Months: selecting a date on the calendar updates the output selected date on page only once; afterwards, the current date is rendered on page upon any new date selection on the calendar (all browsers, deltaSubmit=true specific issue).
dateTimeEntry > Ajax Submit, Multiple Months: selecting a date on the calendar updates the output selected date on page only once; afterwards, the current date is rendered on page upon any new date selection on the calendar (all browsers, deltaSubmit=true specific issue).
Add the dateTimeEntry component to the list of rendered components on dateSelect submit to ensure that dateTimeEntry's renderer will save the new selected value into the document and thus properly calculate the delta parameters off the it.