Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:MyFaces
Description
The ACE Ajax behavior is only state-saving the 'listener' and 'render' attributes. This didn't present a problem with Mojarra, but it does create problems when using MyFaces, especially because the 'execute' attribute is not being state-saved and the default value is always used, which causes the app not to work as intended. All other attributes, including the callbacks, need to be state-saved as well.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28263 | Fri Mar 09 15:55:47 MST 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehavior.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28264 | Fri Mar 09 15:57:15 MST 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehavior.java
|
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.0.0.GA [ 10262 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed at revision 28263 in trunk and at revision 28264 in maintenance branch.