| Author |
Message |
|
|
|
read /doc/JSCReleaseNotes.html inside the zip
|
 |
|
|
Hello people,
I have also the same problem, although I am using Java Studio Creator 2. Anyway Netbeans and Java Studio Creator are more or less the same so I am also very interested if a solution can be found for this.
|
 |
|
|
Hello Neil,
I tried to connect two pages, one in JSF and one in ICE in the same portlet. However only one works, and that seems to depend on whether I use
<portlet-class>com.icesoft.faces.webapp.xmlhttp.PersistentFacesPortlet</portlet-class>
where the ICE page works, or
<portlet-class>com.sun.faces.portlet.FacesPortlet</portlet-class>
where the JSF page works.
Is there any way I can have both of them in the same portlet and say which pages will use which class?
Marios
|
 |
|
|
Hello, I have a question regarding JSF portlet and ICEFaces Integration.
I have a portlet (Liferay portlet actually) in JSF created by Java Studio Creator. I want to add only a page that uses ICEFaces inputFile component without messing with the rest pages. Is that possible? The developers Guide has a paragraph in page 17, "JSF Integration" that mentions this can be done, but the configurations that need to be done are not clear to me
Can you give me some hints?
|
 |
|
|