I would like to know how to show to my user at the top of the page, a history of his navigation. Like this:
home > register > product
And how to implement a back and a forward button in JSF. I read some topics but none of them really explain how to implement these functions. I don't want to use some framework for this, I think this is a simple thing to do, which is not necessary to use framework.
I think it's not a good idea do something with <h:link />
entirely, I'm gonna give you guys an example:
User entering at system:
home > register
the user register himself
home > login > register
(there's a link where he/she can register another user)
the correct history would be :
home > login > register
And not
home > register