Re: multiple url mappings for the wicket web application

2007-11-11 Thread Tom Desmet
Hi, Thank you very much guys for your response. Al is correct. What I need is that ANY url is mapped under a specific sublevel, not just pages. I've tested with the hybrid URL's as you suggested Johan, and that is not a solution for me. Wicket actually does some redirects at the main level

Re: multiple url mappings for the wicket web application

2007-11-11 Thread Johan Compagner
the only quick solution i see is 2 wicket apps under different filters/servlets On Nov 11, 2007 5:43 PM, Tom Desmet [EMAIL PROTECTED] wrote: Hi, Thank you very much guys for your response. Al is correct. What I need is that ANY url is mapped under a specific sublevel, not just pages.

Re: multiple url mappings for the wicket web application

2007-11-07 Thread Al Maw
Johan Compagner wrote: I dont think that will work quite that way out of the box. because our normal statefull redirect page will go to /?wicket:interface=:0: And also form post will go to that kind of url (and then redirect) Actually, we rely on the servlet container to convert relative

Re: multiple url mappings for the wicket web application

2007-11-06 Thread Al Maw
Tom Desmet wrote: http://myserver:8080/mywicketwebapp/NL/* http://myserver:8080/mywicketwebapp/EN/* http://myserver:8080/mywicketwebapp/FR/* ... What I would like to achieve is that when someone enters the web application by the url /mywicketwebapp/NL, that all wicket requests stay under this

Re: multiple url mappings for the wicket web application

2007-11-06 Thread Johan Compagner
I dont think that will work quite that way out of the box. because our normal statefull redirect page will go to /?wicket:interface=:0: And also form post will go to that kind of url (and then redirect) Ofcourse you can mount the page with the hybrid mounts. Then the redirects will pretty