Is it possible to dynamically get the page name of a subview from the backing bean? Is something like to following possible?
<f:subview id="userPanel">
<jsp:include page="${sessionScope.backingBean.getPage"/> <c:import... />
</f:subview>
The reason is I would like to dynamically load a different subview
every time the user changes the selection of a dropdown control.
Thanks
Cenk

