Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2 Adv. Comps.
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Currently the sliderEntry component always triggers a submit when it's value is changed, with the singleSubmit attribute adjusting whether it's a full-form submit (singleSubmit=false), or only executing the sliderEntry (singleSubmit=true).
The correct behavior is to have the sliderEntry only update a hidden form field when singleSubmit=false. The hidden form field will eventually be submitted whenever the form it is contained within is submitted. If singleSubmit=true then the sliderEntry should submit with ice.se().
The correct behavior is to have the sliderEntry only update a hidden form field when singleSubmit=false. The hidden form field will eventually be submitted whenever the form it is contained within is submitted. If singleSubmit=true then the sliderEntry should submit with ice.se().
Current behavior before changes:
When we set singleSubmit=true, we call ice.se() and when singleSubmit=false we consider it full submit so call ice.s().