Hi,

I just encountered a problem which I wonder if JSF or tomahawk can solve for me. Is it possible to, by using JSF+tomahawk component(s) , to runtime-include a jsp, JSF page from another WAR?

Ive tried
<jsp:include flush="false"      page="#{projectManager..overviewJSF}">
     <jsp:param name="workItemID" value="#{projectManager.id}"/>
 </jsp:include>

but Jetty doesn not allow me to reference a JSP in another WAR.

thanks
/anders

Reply via email to