How to go back to the previous page using JSF

I would like to implement a hyperlink leading to the corresponding previous page, which should be displayed with the same data that was used to display it earlier (similar to the effect of the back to back button).

Are there any guidelines for this?

+1


a source to share


1 answer


This is one of the features Seam tried to improve on the JSF standard. Here's the relevant part of reference .



0


a source







All Articles