Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Framework
-
Labels:None
-
Environment:Liferay Portlet
-
Assignee Priority:P2
Description
In trying to upgrade their portlet demos to use ICEFaces 4, Liferay ran into a problem. They were in the process of converting the demo located here:
https://github.com/liferay/liferay-faces/tree/3.2.4-ga5/demos/bridge/icefaces3-portlet
In that demo, when you finish entering information into the initial application view and click submit, the server throws and exception and the portlet is no longer usable.
https://github.com/liferay/liferay-faces/tree/3.2.4-ga5/demos/bridge/icefaces3-portlet
In that demo, when you finish entering information into the initial application view and click submit, the server throws and exception and the portlet is no longer usable.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 4.1 [ 11375 ] |
| Assignee | Ken Fyten [ ken.fyten ] |
| Attachment | liferay-faces.zip [ 17582 ] |
| Assignee | Ken Fyten [ ken.fyten ] | Mircea Toma [ mircea.toma ] |
| Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
| Fix Version/s | 4.1 [ 11375 ] | |
| Assignee Priority | P2 [ 10011 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #43637 | Tue Dec 02 14:12:03 MST 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMPartialViewContext.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.1 [ 11375 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Clicking the button leads to the following exception on the server:
The most relevant cases I could find are:
http://jira.icesoft.org/browse/ICE-8379
http://jira.icesoft.org/browse/ICE-10282
Mircea made a tweak to the fix in
ICE-8379as part ofICE-9679. The original fix inICE-8379was done to help with non-redirect navigation as that's what there example does. None of our samples use navigation so it easy for us to miss impacts in that area.