Re: urls with localization

2013-01-16 Thread divad91
to do so but I have lots of non related errors.. Thanks for your help. Dav -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/urls-with-localization-tp1890817p4655435.html Sent from the Users forum mailing l

Re: urls with localization

2009-10-05 Thread Alex Objelean
gt;>*/ >>>> @Override >>>> public String getRelativePathPrefixToContextRoot() { >>>> return request.getRelativePathPrefixToContextRoot(); >>>> } >>>> >>>> >>>> /** >>>>* {...

Re: urls with localization

2009-10-05 Thread ivilis
return request.getQueryString(); >>>>> } >>>>> >>>>> >>>>> /** >>>>>* {...@inheritdoc} >>>>>*/ >>>>> @Override >>>>> public String getRelat

Re: urls with localization

2009-10-05 Thread ivilis
>>>> public String getRelativePathPrefixToContextRoot() { >>>> return request.getRelativePathPrefixToContextRoot(); >>>> } >>>> >>>> >>>> /** >>>> * {...@inheritdoc} >>>>*/ >>>>

Re: urls with localization

2009-10-05 Thread ivilis
tdoc} >>>*/ >>> @Override >>> public String getRelativePathPrefixToWicketHandler() { >>> return request.getRelativePathPrefixToWicketHandler(); >>> } >>> >>> >>> /** >>>* {...@inheritdoc} >&

Re: urls with localization

2009-10-02 Thread ivilis
xToWicketHandler() { >>> return request.getRelativePathPrefixToWicketHandler(); >>> } >>> >>> >>> /** >>>* {...@inheritdoc} >>>*/ >>> @Override >>> public String getURL() { >>>

Re: urls with localization

2009-10-02 Thread Alex Objelean
e >> public String getURL() { >> return request.getURL(); >> } >> } >> [/CODE] >> >> >> Gatos wrote: >>> I'm using wicket 1.3.5 and RequestDecorator could not be found. >>> >>> On Mon, Jul 27, 2009 at 1

Re: urls with localization

2009-10-02 Thread ivilis
. so, you can just reuse it: >>> >>> http://www.nabble.com/Is-IRequestTargetUrlCodingStrategy-needed-for-mapping-bookmarkable--URLs--td24407411.html#a24409330 >>> >>> Alex Objelean >>> >>> &g

Re: urls with localization

2009-07-27 Thread Alex Objelean
hen appropriate page with defined locale >> will >> > be >> > shown. >> > www.domain.com/uk/home >> > www.domain.com/nl/home >> > >> > Thank you >> > >> > >> >> -- >> View this message in context: >> ht

Re: urls with localization

2009-07-27 Thread Jan Kriesten
> I'm using wicket 1.3.5 and RequestDecorator could not be found. You have to read the posts more carefully - there were two references to pastebin! --- Jan. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For a

Re: urls with localization

2009-07-27 Thread Gatos
link then appropriate page with defined locale will > > be > > shown. > > www.domain.com/uk/home > > www.domain.com/nl/home > > > > Thank you > > > > > > -- > View this message in context: > http:/

Re: urls with localization

2009-07-27 Thread Alex Objelean
: > > Hello, > > How is it possible to use such urls in wicket? > If users clicks that link then appropriate page with defined locale will > be > shown. > www.domain.com/uk/home > www.domain.com/nl/home > > Thank you > > -- View this message in context: http:

Re: urls with localization

2009-07-27 Thread Jan Kriesten
Hi, > How is it possible to use such urls in wicket? > If users clicks that link then appropriate page with defined locale will be > shown. > www.domain.com/uk/home > www.domain.com/nl/home see this thread: http://www.nabble.com/Localization%2C-Bookmarkable-pages%2C-and-mounting-strategies-to16