if my requestTarget is of type IListenerInterfaceRequestTarget, WebRequestCodingStrategy it calls the method protected CharSequence encode(RequestCyclerequestCycle, IListenerInterfaceRequestTargetrequestTarget) ,
this method puts lot of details in url l?wicket:interface=:60:::: and does not find the mount path Johan Compagner wrote: > > If you really set it by class (and call setRedirect(true) but i dont > think this is really needed in most cases) then you always should get > an url with the packagename or if you mounted it see the mount. > > If you have an example where that doesnt happen make an issue with a > quickstart > > On 8/14/08, miro <[EMAIL PROTECTED]> wrote: >> >> my application is showing with different urls for the same page , how >> can I >> control this ? >> >> the method setResponsepage(foo.class) >> >> sometimes this is the mout url sometimes it is >> http://localhost/pcr/?wicket:interface=:2:::: and some times it is >> package.classname , please help me what I need to override to control >> this >> behaviour. >> -- >> View this message in context: >> http://www.nabble.com/url-controlling-tp18990135p18990135.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/url-controlling-tp18990135p19032127.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
