Foren

ICEfaces 1.8.1 portlet rendering seriously messed up

thumbnail
Timo Arnivuo, geändert vor 14 Jahren.

ICEfaces 1.8.1 portlet rendering seriously messed up

New Member Beiträge: 12 Beitrittsdatum: 05.03.09 Neueste Beiträge
Hi,

Anybody else getting weird ICEfaces portlet rendering result where when page is loaded portlet first shows up as it should be for about a second but it's content is then replaced by guest community home page.

I got same result with location.war sample portlet (in ICEfaces dist) and also with sample-icefaces-jsf-1.2-sun-facelets-portlet-5.2.0.1 after replacing ICEfaces 1.7 libraries with 1.8.1.

This was on GFv2 with Mojarra (1.2_13-b01-FCS).
thumbnail
Alex Wallace, geändert vor 14 Jahren.

RE: ICEfaces 1.8.1 portlet rendering seriously messed up

Liferay Master Beiträge: 640 Beitrittsdatum: 05.11.07 Neueste Beiträge
We are getting the same issue...

We are attempting the upgrade because the upload control in icefaces does not render in Safari 4...

But icefaces 1.8.1 is well... doing this thing which is worse ...
thumbnail
Timo Arnivuo, geändert vor 14 Jahren.

RE: ICEfaces 1.8.1 portlet rendering seriously messed up

New Member Beiträge: 12 Beitrittsdatum: 05.03.09 Neueste Beiträge
It might be that this had something to do with "User session expired" problem. It's been couple days now so I can't remember exactly but I added to web.xml
<context-param>
    <param-name>com.sun.faces.enableRestoreView11Compatibility</param-name>
    <param-value>true</param-value>
</context-param>

and after deploying that I was running in this session issue. Anyway gave up this JSF mess and switch to Vaadin.
Haroldo de Oliveira Pinheiro, geändert vor 14 Jahren.

RE: ICEfaces 1.8.1 portlet rendering seriously messed up

New Member Beiträge: 4 Beitrittsdatum: 12.05.09 Neueste Beiträge
I've run into exactly the same issue, both with ICEFaces 1.8.1 and 1.8.0 (The feature I need was made available in 1.8.0).
Did someone find a workaround?
Andrey A Polyakov, geändert vor 14 Jahren.

RE: ICEfaces 1.8.1 portlet rendering seriously messed up

New Member Beiträge: 2 Beitrittsdatum: 03.12.09 Neueste Beiträge
Did you found any workaround for this?
The ICEfaces 1.8.2 looks like have same problem.