In PrimeFaces 7.x p:link will not prepend application context into url anymore:
Button/Link/MenuItem: the url/href attribute doesn't automatically prepend the contextPath anymore. Use the outcome attribute for referencing JSF views in the same application or manually prepend it via #{request.contextPath}.
This breaks error pages which has link to home in admin-template, see href usage here.
Current Behaviour
Link to home page in error pages doesn't redirect use to index page in PrimeFaces 7.0.
Expected Behaviour
Link to home page in error pages should redirect to index page.
Issue Overview
In PrimeFaces 7.x
p:link
will not prepend application context into url anymore:This breaks error pages which has link to home in admin-template, see href usage here.
Current Behaviour
Link to home page in error pages doesn't redirect use to index page in PrimeFaces 7.0.
Expected Behaviour
Link to home page in error pages should redirect to index page.
Additional Information