BTW. have you tried Tiles and MyFaces?

it is a bit more elegant for *dynamic* includes.

see more for details:

http://myfaces.apache.org/builds/1.0.9/rc1/myfaces-1.0.9-tiles-example.tgz


-Matthias

[EMAIL PROTECTED] wrote:
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