Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.1.0 BETA1, trunk (Built 04/06/2012)
-
Assignee Priority:P1
Description
When using the ace:ajax tag for the select event of the ace:dataTable, the first row selections update contains the entire form as the update. Subsequent selections have just the updates table row elements. This occurs when using the following ace:ajax tag:
<ace:ajax event="select" render="@form" execute="@this"/>
<ace:ajax event="select" render="@form" execute="@this"/>
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case11309Example.war [ 14518 ] | |
Attachment | Case11309Example.zip [ 14519 ] |
Arran Mccullough
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000MH3co] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29322 | Tue Jun 05 15:32:44 MDT 2012 | ted.goddard | suppress text outside of component subtree during subtree rendering ( |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMResponseWriter.java
|
Ken Fyten
made changes -
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P1 |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Arran Mccullough [ arran.mccullough ] |
Arran Mccullough
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Attached test case that shows the behavior.