Fórumok

x:transform at runtime ?

Gael de Chalendar, módosítva 15 év-val korábban

x:transform at runtime ?

New Member Bejegyzések: 3 Csatlakozás dátuma: 2009.02.25. Legújabb bejegyzések
Hello,

I have a x:transform in a jsp taking as xml parameter a file obtained through a variable filled using a c:import statement.

The xml file is updated by a first portlet that send an event to ask this second protlet to update its content.
The problem is that even if the xml file content is really changed (verified), the imported content change only if restarting liferay.

I was thinking that the import was done at page load time but it seems to be done at portlet initialization time.

How can I import a file content each time the portlet is run ?

Thanks in advance