I have read that many times. That describes the opposite to the thing I need.
And it seems that W 1.3.4 code just plain make it impossible to embed W in JSP. Am I reading W code wrong? martin-g wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/embedding-Wicket-into-JSP-tp18947738p18965795.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]
