Going Back to the previous page

View: New views
2 Messages — Rating Filter:   Alert me  

Going Back to the previous page

by Ramesh Etta :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi,
i need to implement the back button functionality in my jsf page.

i mean when i click a back button, i need to go to previous page what i viewed previously.

can anyone tell me how to implement this functionality.

An example is much needed.

thanks

Re: Going Back to the previous page

by meraj_zia :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There are many ways...
1) you can use ' onclick="history.go(-1)" '

2) or if there is always one page you need to redirect use faces navigation.

Meraj

Ramesh Etta wrote:
hi,
i need to implement the back button functionality in my jsf page.

i mean when i click a back button, i need to go to previous page what i viewed previously.

can anyone tell me how to implement this functionality.

An example is much needed.

thanks