I'm using
JSF SUN RI 1.2, Facelets in creating a portlet (running on Glassfish 2.x), using the jsf-portlet-1.2.2 bridge.
Testing I have deployed the porlet container war in glassfish.
What's happening is the content portion of the XHTML page is being displayed however the managed bean is never being called. In the faces config it's a session scope bean however I believe this may have to do with running as a portlet and it can't find the bean.
Is there other configuration required to have the managed bean made accessible?
thanks -