Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Igor Vaynberg
> filters/sevlets. > >>-Original Message- >>From: Jeremy Thomerson [mailto:jer...@wickettraining.com] >>Sent: Monday, 10 May 2010 12:23 PM >>To: users@wicket.apache.org >>Subject: Re: Any solution for the context problem with the relative > links &g

RE: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Chris Colman
their appropriate filters/sevlets. >-Original Message- >From: Jeremy Thomerson [mailto:jer...@wickettraining.com] >Sent: Monday, 10 May 2010 12:23 PM >To: users@wicket.apache.org >Subject: Re: Any solution for the context problem with the relative links >of BookmarkablePageL

Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Jeremy Thomerson
Should still work. If you're using the filter, the idea is that it will only respond to the URLs that it recognizes, and will pass other requests down the chain. -- Jeremy Thomerson http://www.wickettraining.com On Sun, May 9, 2010 at 8:48 PM, Chris Colman wrote: > Using the word 'context' wa

RE: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Chris Colman
Using the word 'context' was probably misleading on my part. In servlet containers context=app. What I was talking about was the first 'path' element after the domain name, Eg., content in www.mysite.com/content In this case I'm talking about a single app but I set up multiple different URL patte

Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread James Carman
fine but any links on that page don't work because > the >>> context of the wicket web app is 'content' - a separate servlet is > used >>> to 'catch' URL's of the form www.mysite.com and redirects to the > wicket >>> app. >>&

Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Jeremy Thomerson
On Sun, May 9, 2010 at 5:47 PM, Chris Colman wrote: > >Is your servlet container listening directly to port 80? > > Yes. It's pure tomcat - not behind Apache Webserver. > > >If not, do the forwarding via a proxy on whatever you are using > >as a frontend. In that frontend, have it rewrite the URL

RE: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-09 Thread Chris Colman
.mysite.com and redirects to the wicket >> app. >> >> All my BookmarkablePageLinks are constructed assuming the 'content' >> context. I can change that so they work from www.mysite.com but then >> when the pages with www.mysite.com/content/blah... are visited t

Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-08 Thread Jeremy Thomerson
constructed assuming the 'content' > context. I can change that so they work from www.mysite.com but then > when the pages with www.mysite.com/content/blah... are visited those > same links do not work. > > >-----Original Message----- > >From: Jeremy Thomerson [mailt

RE: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-07 Thread Chris Colman
omerson [mailto:jer...@wickettraining.com] >Sent: Saturday, 8 May 2010 10:53 AM >To: users@wicket.apache.org >Subject: Re: Any solution for the context problem with the relative links >of BookmarkablePageLink? > >That wasn't a problem - it was someone configuri

Re: Any solution for the context problem with the relative links of BookmarkablePageLink?

2010-05-07 Thread Jeremy Thomerson
That wasn't a problem - it was someone configuring the proxy incorrectly. What (specifically) are you encountering? -- Jeremy Thomerson http://www.wickettraining.com On Fri, May 7, 2010 at 7:44 PM, Chris Colman wrote: > I was just wondering if there has been any developments on the problem >