| Author |
How to disable browser back button
|
S Majumder
Ranch Hand
Joined: Jun 03, 2009
Posts: 241
|
|
Hi every body I am trying to disable the browser back button in my JSF application , but I am not able to do this ,
this is very urgent for me , please help me to solve this problem .
Thnaks and regrards,
S
|
 |
Moayad Abu Jaber
Ranch Hand
Joined: Jan 15, 2008
Posts: 80
|
|
Hi,
do you mean You Wanna retrieve component from client side ? if that what you want you can used JavaScript.
JSF have special name conventions for components. check the link below for this issue.
Click here to see article
I hope that what you want !
|
Best Regards,
Moayad Abu Jaber
SCJP 5.0, SCWCD 1.4, SCBCD 5.0
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
|
|
|
Please read this.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
S Majumder
Ranch Hand
Joined: Jun 03, 2009
Posts: 241
|
|
Thanks for the reply , but how could I diable the browser back button ?
Is there any way to solve the problem ?
I want to disable the browser back button , when my App will start run .
regards,
S
|
 |
Moayad Abu Jaber
Ranch Hand
Joined: Jan 15, 2008
Posts: 80
|
|
through javascript event handling. you can see this article may will help you in page event handling
|
 |
 |
|
|
subject: How to disable browser back button
|
|
|