MyFaces is not working with JBoss Portal at the moment.  However, I debugged the problem yesterday and the JBoss Portal team is going to fix their code very soon.

 

Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 18, 2005 5:24 AM
To: myfaces-user@incubator.apache.org
Subject: JSP _expression_ Language problem with MyFaces implementation

 


Hi,

I am a user of the myfaces implementation and i was happy to see that myfaces v. 1.0.9 have compatibility with portlet.

So, i use it to a myfaces v. 1.0.8 that worked.

And with the v. 1.0.9 (I think that it's the problem), a command like this doesn't work :


<f:subview id="bodyRight">
        <jsp:include page="${activeToolbarButton.activeButton}.jsp" />
</f:subview>

No error, but nothing happen.

If i put a static link, it work :

<f:subview id="bodyRight">
        <jsp:include page="myPage.jsp" />
</f:subview>

Do you have any idea of why it doesn't work?


Some details of the webapp :

- JSF application with MyFacesimplementation
- Deploy with MyEclipse on a jboss 4.0.1 application server (with jboss Portal 2.0b installed)
- Have try with and without these libraries : - commons-el.jar
                                          - jsp-2.0.jar

Thank you very much...

[EMAIL PROTECTED]

______________________

         Michaël Koene
         Star Informatic
            Stagiaire
______________________

Reply via email to