Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
With the singleSubmit tag going away in IF4 it would be handy if the ace:ajax tag could support both of the following use-cases:
1. Support form-level ace:ajax the way that the f:ajax tag does, meaning that when placed outside the form it applies to all input components in the form, using their default event (either "action", or "valueChange").
2. Support nesting one or more input components inside a single ace:ajax tag, inside a form. Again, this scenario assumes only the default client event will be supported for each component-type.
1. Support form-level ace:ajax the way that the f:ajax tag does, meaning that when placed outside the form it applies to all input components in the form, using their default event (either "action", or "valueChange").
2. Support nesting one or more input components inside a single ace:ajax tag, inside a form. Again, this scenario assumes only the default client event will be supported for each component-type.
Example for scenario #1 above: