Details
-
Type: Improvement
-
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, MOBI-Components
-
Labels:None
-
Environment:ICEfaces 4.1
Description
Client validators currently only support the use of "immediate=true" for full (none ace:ajax) submits.
This JIRA is to extend support for "immediate=true" to cases where ace:ajax is specified.
Integration with *:ajax behaviours that have immediate=true needs to be handled by the component renderers. Having a generic solution is not possible in this case. Only the renderers know about what event types are available and how they match to the DOM events and elements.
This JIRA is to extend support for "immediate=true" to cases where ace:ajax is specified.
Integration with *:ajax behaviours that have immediate=true needs to be handled by the component renderers. Having a generic solution is not possible in this case. Only the renderers know about what event types are available and how they match to the DOM events and elements.
Implemented generic strategy to support "immediate=true" attributes defined on f:ajax or ace:ajax facets.