Navigate to previous page with JSF
问题 I use a backing bean where I can save a form and navigate to this page. public String saveHere() { return Faces.getViewId() + "?faces-redirect=true&includeViewParams=true"; } How do I navigate to the previous page with OmniFaces? My save action should result in the page where I have the "edit" button. Typically a list-view (with edit-button next to very item) or another page with (with edit-button to this item) Thanks! 回答1: You need the page id you're navigating from somewhere. At first look,