JSF 2.0 Notes
- The return string for an action event if appended with the "faces-redirect=true" will cause the page to redirect to that URL.if no URL then the page name is matched and will be navigated automatically to that page.
Eg: redirectUrl+ "?faces-redirect=true"
2. An ampersand on an xhtml page should be added as "&" to avoid parsing errors.
2. An ampersand on an xhtml page should be added as "&" to avoid parsing errors.
Comments
Post a Comment