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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to