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.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41494 | Wed Jun 18 16:47:44 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentHandlerArtifact.java
MODIFY /icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/ComponentContext.java ADD /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviors.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandler.java MODIFY /icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/MetaContext.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Liana Munroe
made changes -
Attachment | after.PNG [ 17245 ] | |
Attachment | before.PNG [ 17246 ] |
Liana Munroe
made changes -
Attachment | before.PNG [ 17246 ] |
Liana Munroe
made changes -
Attachment | before.PNG [ 17247 ] |
Ken Fyten
made changes -
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Liana Munroe
made changes -
Attachment | multi.PNG [ 17249 ] |
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Example for scenario #1 above: