Currently i am working on a JSF (ICEfaces ) project. I am having a menu where the menu data comes from the database. I mean label and url comes from the database. I am executing the query and writing a logic for the menu. Up to that JSF is good.
Suppose i clicked on a link of menu. I got a page. In that page I am having 3 buttons. Add, Update & Delete buttons. For the add navigation i used
<ice:outputLink/>
For the remaining i used
<ice:commandLink/>
I can navigate from one page to another page with the above. Problem i am getting is when returning to the previous page, page is not going. After googling what i noticed is page navigation is by default forwards.
When navigation is forward, why the previous page is not coming....
Please help,
Thanks vipul