Antwort: Re: embedding Wicket into JSP

2008-08-14 Thread Jan . Koops
] -- 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

Re: embedding Wicket into JSP

2008-08-13 Thread Martin Grigorov
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

Re: embedding Wicket into JSP

2008-08-13 Thread kgignatyev
/ - 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

embedding Wicket into JSP

2008-08-12 Thread kgignatyev
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

Re: Embedding wicket in jsp error

2007-09-21 Thread hillj2
, but for some reason, I hear those IFRAMEs calling out to me. Thanks. Joel -- View this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12827068 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Embedding wicket in jsp error

2007-09-21 Thread Martijn Dashorst
On 9/21/07, hillj2 [EMAIL PROTECTED] wrote: Also are there any other issues with using HttpSessionStore besides losing back button support? Since I'm already forced to use ONE_PASS_RENDER (for now), I've already lost that support (haven't I?). ONE_PASS_RENDER does not kill back button

Re: Embedding wicket in jsp error

2007-09-21 Thread Eelco Hillenius
My mistake. I noticed there was a typo in my newSessionStore() declaration which caused it not to be called (obviously). One of the better additions to the JDK in my opinion were the @Override tags. If you use those (and e.g. use your IDE's autocomplete function) you would have avoided this in

Re: Embedding wicket in jsp error

2007-09-21 Thread hillj2
can figure out what to change. I probably won't get to this until Mon though. I'll let you know what I discover. Thanks, Joel -- View this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12829549 Sent from the Wicket - User mailing list archive

Embedding wicket in jsp error

2007-09-20 Thread hillj2
-typetext/html/mime-type /mime-mapping mime-mapping extensiontxt/extension mime-typetext/plain/mime-type /mime-mapping /web-app Thanks, Joel -- View this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12801646 Sent from the Wicket - User

Re: Embedding wicket in jsp error

2007-09-20 Thread Martijn Dashorst
-app Thanks, Joel -- View this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12801646 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Embedding wicket in jsp error

2007-09-20 Thread Al Maw
hillj2 wrote: I know this has been discussed before, but none of the previous posts have helped me solve my problem. I'm trying to embed a wicket page into a jsp page (until I have time go back and convert all our jsp's to wicket) using the jsp:include tag. At the very least, you'll need to

Re: Embedding wicket in jsp error

2007-09-20 Thread hillj2
this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html#a12803370 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Embedding wicket in jsp error

2007-09-20 Thread hillj2
now, but it's an very large app and we barely have time to implement the new component we're working on now (which IS all wicket). Thanks for the help. And thanks to Martijn as well. Joel -- View this message in context: http://www.nabble.com/Embedding-wicket-in-jsp-error-tf4488872.html