bsindhuja
Joined: 15/01/2010 00:00:00
Messages: 2
Offline
|
Hi,
We are developing portlets using Liferay 5.2.3 and Icefaces 1.8.2. We had used most of the Icefaces custom components. We are facing a strange issue at times that any action or navigation is not happening on button or link click. The firefox error console says 'setFocus()' is not defined and other javascript functions internally used by icefaces are not defined.
Our web.xml contains,
<context-param>
<param-name>com.icesoft.faces.compressResources</param-name>
<param-value>false</param-value>
</context-param>
Inspite of that entry set to false, we are facing this issue. Also this problem is not happening always. sometimes the application is working fine and sometimes not responding to user actions.
We are using the following jars,
backport-util-concurrent.jar
el-ri.jar
icefaces.jar
icefaces-comps.jar
icefaces-facelets.jar
jsf-api.jar
jsf-impl.jar
Please help us get this issue resolved. It is a bit urgent deliverable.
Thanks,
Sindhuja
|