Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Mojarra 2.1.21 (greater than 2.1.19, so maybe 2.1.20 as well)
-
Assignee Priority:P1
Description
New code in the Mojarra javascript needs the request context element to exist.
Activity
Mark Collette
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34356 | Thu Apr 11 14:04:53 MDT 2013 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/fileentry/fileEntry.js
|
Mark Collette
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee | Mark Collette [ mark.collette ] | |
Assignee Priority | P1 [ 10010 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34362 | Thu Apr 11 16:05:53 MDT 2013 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/resources/icefaces.ace/fileentry/fileEntry.js
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The ViewState updating was not working due to this mojarra javascript getting an exception, since we were not supplying the context.element:
stateForm = getFormForId(context.element.id);
This had a side-effect of blocking the javascript evals from working, since anything after the ViewState updating wouldn't happen.
With context.element being set to the form, similarly to how context.sourceid is the form's id, it now works.
icefaces3 trunk
Subversion 34356