Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6, 1.6.1
-
Labels:None
-
Environment:ICEfaces 1.6 / Tomcat 6.0.13 / Liferay 4.3.1 (trunk)
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
Attached you will find two portlets:
1. sample-icefaces-sun-portlet
2. sample-icefaces-sunny-portlet
The only difference between these two portlets is the portlet name. All else is the same.
Now, I can put two of #1 on the same page, or two of #2 on the same page, and everything works great (multiple instances of the same portlet)
But when I put #1 and #2 on the same page, only one of them will "win" and work. The other one causes a "User Session Expired" type of error message to appear.
The attached portlets are meant to be unzipped and placed directly into the "webapps" folder of a Liferay 4.3.1 / Tomcat 6.0.13 bundle.
1. sample-icefaces-sun-portlet
2. sample-icefaces-sunny-portlet
The only difference between these two portlets is the portlet name. All else is the same.
Now, I can put two of #1 on the same page, or two of #2 on the same page, and everything works great (multiple instances of the same portlet)
But when I put #1 and #2 on the same page, only one of them will "win" and work. The other one causes a "User Session Expired" type of error message to appear.
The attached portlets are meant to be unzipped and placed directly into the "webapps" folder of a Liferay 4.3.1 / Tomcat 6.0.13 bundle.
Issue Links
- depends on
-
ICE-1675 Framework specific ID (ICEfaces ID and view number) handling breaks multiple portlets on a page
- Closed
Activity
Neil Griffin
created issue -
Neil Griffin
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | sample-icefaces-sunny-portlet.zip [ 10491 ] |
Neil Griffin
made changes -
Attachment | sample-icefaces-sun-portlet.zip [ 10492 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | User Deryk.sinotte [ deryk.sinotte ] |
Ken Fyten
made changes -
Fix Version/s | 1.7DR#1 [ 10100 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] | Jack van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Summary | ICEfaces portlets with same/similar JSPs can't co-exist on the same portal page in Liferay | ICEfaces Portlets from different WARs can't co-exist on the same Portal page |
Component/s | Bridge [ 10011 ] | |
Component/s | Framework [ 10013 ] | |
Fix Version/s | 1.7 [ 10080 ] | |
Fix Version/s | 1.7DR#1 [ 10100 ] | |
Affects Version/s | 1.6.1 [ 10070 ] |
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jack Van Ooststroom
made changes -
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Jack Van Ooststroom
made changes -
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15264 | Wed Nov 28 11:01:32 MST 2007 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletConfigConfiguration.java
|
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Ken Fyten
made changes -
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Ken Fyten
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Jack van Ooststroom [ jack.van.ooststroom ] |
BTW, I forgot to mention that my best guess is that this has something to do with the fact that the contents of the JobApplication.jspx file is the same for each portlet. Perhaps there is a conflict of "id" attribute values.
Under IE7, the "User Session Expired" message occurs. Under FireFox, nothing happens – meaning, when I tab between fields, the partialSubmit features don't work and validation does not take place.