On Tue, 2008-08-12 at 09:21 -0700, kgignatyev wrote:
> 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? 

Check if this helps you:
http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/


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

Reply via email to