Fórumok

Problem with icefaces and Liferay 5.2.3

thumbnail
Alaa Hendi, módosítva 14 év-val korábban

Problem with icefaces and Liferay 5.2.3

Junior Member Bejegyzések: 33 Csatlakozás dátuma: 2009.02.10. Legújabb bejegyzések
Hi all..
i migrated my liferay to use new version 5.2.3..
i have icefaces portlet , which was working on liferay 5.1.2.
but when i migration to liferay 5.2.3, my portlet is registered but not working , javascript errors...buttons and ajax also not working

so, ma anybody know why?
atul patel, módosítva 14 év-val korábban

Re: [Liferay Forums][3. Development] Problem with icefaces and Liferay 5.2

Regular Member Bejegyzések: 192 Csatlakozás dátuma: 2006.11.18. Legújabb bejegyzések
There is a setting that you need to change to disable the minimization code.

in liferay-plugin-package.properties

include the following entries. (I'm not sure which is the correct name now)

speed-filters-enabled=false
enable.speed.filters=false


On Wed, Jun 10, 2009 at 2:05 AM, Alaa Hendi from
liferay.com<no-reply@liferay.com> wrote:
> Hi all..
> i migrated my liferay to use new version 5.2.3..
> i have icefaces portlet , which was working on liferay 5.1.2.
> but when i migration to liferay 5.2.3, my portlet is registered but not
> working , javascript errors...buttons and ajax also not working
>
> so, ma anybody know why?
> --
> Liferay Message Boards
> http://www.liferay.com/web/guest/community/forums/-/message_boards/message/3291332
> mb.239390.3291332@events.liferay.com
> http://www.liferay.com
thumbnail
Juan M. Gomez, módosítva 14 év-val korábban

RE: Problem with icefaces and Liferay 5.2.3

Junior Member Bejegyzések: 69 Csatlakozás dátuma: 2007.11.07. Legújabb bejegyzések
If you are using ICEFaces 1.8, you can also include

<context-param>
        <param-name>com.icesoft.faces.compressResources</param-name>
        <param-value>false</param-value>
    </context-param>


in your web.xml to disable the additional resource compress that is being done.

Juan M. Gómez