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
______________________
- Re: JSP Expression Language problem with MyFaces imple... mko
- Re: JSP Expression Language problem with MyFaces ... Matthias Wessendorf
- Re: JSP Expression Language problem with MyFa... Bruno Aranda
- RE: JSP Expression Language problem with MyFaces ... Amit Modi
- Re: JSP Expression Language problem with MyFaces ... Matthias Wessendorf
- RE: JSP Expression Language problem with MyFaces ... Stan Silvert
- RE: JSP Expression Language problem with MyFaces ... Stan Silvert

