:) the hash tag is *not* send with the request urlfragment uses javascript to read it and send it with ajax
On May 17, 2014 1:51 AM, "Maxim Solodovnik" <[email protected]> wrote: > > It is definitely not, > > We are using https://github.com/wicketstuff/core/wiki/UrlFragment to work > with URL hashes > > > On Tue, May 13, 2014 at 4:22 PM, Sven Meier <[email protected]> wrote: > > > Hi, > > > > AFAIK everything after the hashbang is not sent to the server: > > > > http://stackoverflow.com/questions/6745993/how-to-get- > > the-anchor-name-in-http-get > > > > Regards > > Sven > > > > On 05/13/2014 03:36 AM, infiniter wrote: > > > >> Wicket version: 6.7.0 > >> > >> I need to get the url parameters even if there is a #, because I have an > >> AngularJS app running inside my Wicket page, which requires it. E.g.: > >> mysite.com/myapp/#/john. "John" is shown by Wicket and AngularJS. > >> However if there is a # in the url, the PageParemeters object comes in > >> null. > >> > >> Is there a way to preprocess the url parameters before converting it to a > >> PageParemeters object? Or is there another way? > >> > >> Thx, > >> Carlos. > >> > >> -- > >> View this message in context: http://apache-wicket.1842946. > >> n4.nabble.com/in-URL-tp4665799.html > >> Sent from the Users forum 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] > > > > > > > -- > WBR > Maxim aka solomax
