ICEFaces Object not found error

2572901, modified 17 Years ago. New Member Posts: 7 Join Date: 3/20/09 Recent Posts
Hi,

I have tried couple of IceFaces samples in Liferay from the net and even tried new IceFaces project using NetBeans and always getting:

'Object doesn't support this property or object' with error 'if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false)' in barebone.jsp

'JQuery' error 'if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem)===false)' in same barebone.jsp.

I tried whatever I could to resolve the issue but got no luck. Attached is the .war file. Currently, I am running Liferay 5.2.2 with Tomcat 5.5. I also tried previous versions of liferay with different tomcat versions but got same result. Any idea what I am missing? Thanks in advance.

Ikram
2572901, modified 17 Years ago. New Member Posts: 7 Join Date: 3/20/09 Recent Posts
I also deployed the component showcase portlet sample on Liferay 5.2.2 Tomcat 6 bundle and getting 'Object Expected' error for all the portlet sample. Components seem to display on page fine but no funtionality works. For e.g., when I tried Calendar or any other samples I get similar message below. I reinstall everything from start in new environment but got same result. Am I missing any reference or something? Please Help! Struggling from few days to resolve this.

var container = 'd5iVd8g_Hihgf1rf7mAePw:1:configuration-script'.asElement().parentNode;


"_components_calendar_WAR_componentshowcase_INSTANCE_b2QV_:j_id6".asExtendedElement().findContainerFor("bridge").bridge.attachStatusManager(function(a){return new Ice.Status.ComponentStatusManager("_components_calendar_WAR_componentshowcase_INSTANCE_b2QV_:j_id6:connection-working","_components_calendar_WAR_componentshowcase_INSTANCE_b2QV_:j_id6:connection-idle","_components_calendar_WAR_componentshowcase_INSTANCE_b2QV_:j_id6:conne...........................

When I tried Command and Link sample, I get:


var container = 'nPeMCOj5ghNeVUUmXxuHCw:2:configuration-script'.asElement().parentNode;
</div><script type="text/javascript">"_components_buttonsAndLinks_WAR_componentshowcase_INSTANCE_jQP8_:j_id6".asExtendedElement().findContainerFor("bridge").bridge.attachStatusManager(function(a){return new Ice.Status.ComponentStatusManager("_components_buttonsAndLinks_WAR_componentshowcase_INSTANCE_jQP8_:j_id6:connection-working","_components_buttonsAndLinks_WAR_componentshowcase_INSTAN

Any help to resolve this issue is appreciated.

Regards,

IW