| Author |
How to retrieve URL hash(#) values
|
Saravanan Vijayappan
Ranch Hand
Joined: Jan 02, 2007
Posts: 47
|
|
Hello I am passing values followed # symbol in url Get request. Is there any way to get this value in ServletHttpRequest ? For Example, in my Url Get request, www.mydomain.com/index.html#action=load Is there any way to retrieve the value of "action".? As I am not using '?', the value is not retrieved by getParameter() method. I am using # symbol to maintain the client state in my JSF application.
|
Cheers,<br />Sarav
|
 |
 |
|
|
subject: How to retrieve URL hash(#) values
|
|
|