Details
Description
I've just spent some time getting ICEfaces working together with Spring Web Flow on a WebSphere Portal server. I've allready mentioned this to Ted Goddard (spoke to him at the recent JSF One conference) and I promised him some code when we were done.....well. Here goes. Hope it's of any use to you.
The first change is in your FacesContextFactoryImpl where I changed the getFacesContext method to include PortletContext as well:
if (context instanceof ServletContext || context instanceof PortletContext) {
The first change is in your FacesContextFactoryImpl where I changed the getFacesContext method to include PortletContext as well:
if (context instanceof ServletContext || context instanceof PortletContext) {
Issue Links
- depends on
-
ICE-4095 SwfLifecycleExecutor not working in portlet
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | ICEfacesChanges.zip [ 11262 ] |
Attachment | ICEfacesChanges1.7.2.zip [ 11290 ] |
Attachment | swfportlet.patch [ 11765 ] |
Salesforce Case | [] | |
Fix Version/s | 1.8.2 [ 10190 ] | |
Assignee | Greg Dick [ greg.dick ] |
Assignee | Greg Dick [ greg.dick ] | Ted Goddard [ ted.goddard ] |
Assignee | Ted Goddard [ ted.goddard ] | Greg Dick [ greg.dick ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8.2-RC1 [ 10210 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |