Re: getRelativePathPrefixToWicketHandler

2012-06-25 Thread Martijn Dashorst
On Thu, Jun 21, 2012 at 10:00 PM, Martin Grigorov wrote: > There is no such method even in Wicket 1.5. > From which version do you migrate ? According to my quick google search: 1.3.7 and 1.4.17 have this method. To answer the OP's question, what do you need that method for? Martijn --

Re: getRelativePathPrefixToWicketHandler

2012-06-21 Thread Martin Grigorov
> J > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/getRelativePathPrefixToWicketHandler-tp4650173.html > Sent from the Users forum mailing list archive at Nabble.com. > >

getRelativePathPrefixToWicketHandler

2012-06-21 Thread jbrendel
Can you tell me what to do now that Request.getRelativePathPrefixToWicketHandler() is no longer available in version 6.0? Thanks, J -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getRelativePathPrefixToWicketHandler-tp4650173.html Sent from the Users forum mailing

Re: getRelativePathPrefixToWicketHandler & String index out of range

2011-07-15 Thread Martin Grigorov
obably going to take too much back and forth to > make it worth either of our time to do this. > > thanks. > > - j > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/getRelativePathPrefixToWicketHandler-String-index-o

Re: getRelativePathPrefixToWicketHandler & String index out of range

2011-07-15 Thread nojyarg
h to make it worth either of our time to do this. thanks. - j -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getRelativePathPrefixToWicketHandler-String-index-out-of-range-tp3668486p3670029.html Sent from the Users forum ma

Re: getRelativePathPrefixToWicketHandler & String index out of range

2011-07-15 Thread Martin Grigorov
throws the StringIndexOutOfBounds exception in the * > getRelativePathPrefixToWicketHandler* method when it tries to do this: > > > relativeUrl = filterPath == null ? relativeUrl : > relativeUrl.substring(filterPath.length()); > > > because the forwardUrl = '/rw' and the relativeUrl = Wha

getRelativePathPrefixToWicketHandler & String index out of range

2011-07-14 Thread Jonathan Gray
then uses RequestDispatcher.forward to pass the request on to my custom WebRequestCycle. Anything that is rewritten by mod_rewrite in 1.4.11 or greater throws the StringIndexOutOfBounds exception in the * getRelativePathPrefixToWicketHandler* method when it tries to do this: relativeUrl = filterPat