Yes, I have myFaces and facelets working with Jetspeed2.
 
You don't need portals-bridges, just MyFacesGenericPortlet. You may want to extend it to do any special processing for your app, then register it in portal.xml, i.e.

<
portlet-class>com.whoever.ClassThatExtendsMyFacesGenericPortlet </portlet-class>
 
Also, you need FaceletPortletViewHandler, which you can find under the contrib section at facelets.dev.java.net.
 
/dmc
JSF Trainer in Atlanta
http://turbomanage.blogspot.com/

 
On 7/25/06, Greg Reddin <[EMAIL PROTECTED]> wrote:

On Jul 25, 2006, at 9:47 AM, Rogerio Pereira wrote:

> Somebody got myfaces portlets working on jetspeed2? The portals-
> bridges-jsf-1.0.jar is required?

I haven't tried with J2, but I'm working with Liferay.  I don't think
you need portals-bridges to do this.  You can probably just use
MyFacesGenericPortlet.  See the wiki page:

       http://wiki.apache.org/myfaces/Using_Portlets

Greg

Reply via email to