In the past I solved this issue in the dirty way, by calling the
variable directly:
<jsp:include page="<%= myPageString%>" />
then I could change the page dynamically...
Bruno
On Sun, 20 Mar 2005 11:32:49 +0100, Matthias Wessendorf
<[EMAIL PROTECTED]> wrote:
> Micha�l-
>
> > <f:subview id="bodyRight">
> > <jsp:include page="${activeToolbarButton.activeButton}.jsp" />
> > </f:subview>
>
> I don't know if it is posible to use *dynamic* includes.
> What is ${activeToolbarButton.activeButton} ?
> Is it a backing/managed bean of faces-config.xml ?
>
>
> > No error, but nothing happen.
> >
> > If i put a static link, it work :
> >
> > <f:subview id="bodyRight">
> > <jsp:include page="myPage.jsp" />
> > </f:subview>
>
> fine ;)
>
> -Matthias
>
> > 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
> > ______________________
>