I have a portlet that has 2 pages. You fill out a form, confirm that
data, etc. When I get to my second page using <h:commandLink>, and I
try to go back to the first page by clicking "back", it always takes
me to my second page
Akbar Basha R
Greenhorn
Joined: Mar 11, 2002
Posts: 23
posted
0
I think you haven't defined the faces-config.xml properly. Here is a sample faces-config.xml
In the command link, make sure the action method is returning back. In this way, the page will move to first page on the link action.
"Akbar Basha R " please check your private messages for an important administrative matter. You can check them by clicking the My Private Messages link above.