Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
With the new support for ace:ajax, the singleSubmit functionality can be replaced by the use of execute="@this" render="@all" in the ace:ajax tag, so the existing singleSubmit functionality should be removed to avoid confusion/conflicts.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Arturo Zambrano [ artzambrano ] |
| Salesforce Case | [] | |
| Fix Version/s | 3.0.RC1 [ 10300 ] | |
| Fix Version/s | 3.0 [ 10241 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration] |
| Salesforce Case | [] | |
| Assignee Priority | P1 | |
| Assignee | Arturo Zambrano [ artzambrano ] | Mark Collette [ mark.collette ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #26669 | Wed Nov 30 21:05:13 MST 2011 | yip.ng | Full submit should only happen if you specify an action or actionListener on the component attribute. (Bug introduced by |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #26675 | Thu Dec 01 10:33:53 MST 2011 | yip.ng | Full submit should only happen if you specify an action or actionListener on the component attribute. (Bug introduced by |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

removed singleSubmit from checkboxButton, linkButton, pushButton, slider, and dataExporter, committed changes at revision 26598