Hi,

I have problem embedding Wicket pages (1.3.4) into JSP application.
index.jsp

<jsp:include page="/wic/ flush="true"/>

and the cause is that inside WicketFilter 
public String getRelativePath(HttpServletRequest request) returns empty
string because the request returns path for the index.jsp and not the /wic/
so the doGet method tries to do redirect which does not succeed.

So the question: is it possible at all to embed Wicket into JSP pages? 
-- 
View this message in context: 
http://www.nabble.com/embedding-Wicket-into-JSP-tp18947738p18947738.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to