| Author |
Message |
|
|
Hi...
I'm working in a project that needs IPC, but I don't understand how can I do it. I'm using the latest versions of ICEfaces and Liferay , I posted my question in Liferay forums but it wasn't resolved.
I have a project test with two portlets A and B, the portlet A have an Input text and Button to send the text to portlet B who shows it. This example is just a basic behaviour to understand.
I appreciate if someone can help me.
greetings from Bogotá, Colombia.
|
 |
|
|
Hi...
I don't remember exactly which jars was missing, but this are the jars in my project.
backport-util-concurrent.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-el.jar
commons-fileupload.jar
commons-logging.jar
icefaces-comps.jar
icefaces.jar
jsf-api-1.2.jar
jsf-impl-1.2.jar
commons-lang.jar
commons-validator.jar
oro.jar
jstl.jar
all imported, not taken from liferay.
|
 |
|
|
Thanks to everyone...
The problem was resolved, based in the Neil Griffin (sample-icefaces-jsf-1.1-sun-facelets-portlet) I found the solution, some jars were missing
|
 |
|
|
Hi...
I developed a portlet with JSF an ICEfaces, using liferay portal 5.0 and ICEfaces 1.7, I followed the developer's guide to make it, the portlet deployed correctly but the firebug catched 2 errors:
$element is not defined
http://localhost:8080/portal/web/guest/home
Line 461
and
"Tb6xb-M3P3-oqwwXYlL7rg:1:configuration-script".asElement is not a function
http://localhost:8080/portal/web/guest/home
Line 460
the javascript doesn't work either,
setFocus is not defined
iceSubmit is not defined
does anyone have idea!!!!
|
 |
|
|
Hi....
I'm beginning to work in JSF and I have a problem, I need to do a portlet that allows uploading a file, my first attempt was with the JSF tags of SUN, but the <h:form> doesn't accept the enctype="multipart/form-data" and i don't have idea that I do, now try to use the uploading tutorial by icefaces but I fails in attempt the error code is:
com.sun.faces.config.ConfigureListener
java.lang.LinkageError: loader constraints violated when linking javax/el/ELResolver class
someone can help me?
|
 |
|
|