previous | start | next

Answers

  1. Add the tag <h:commandButton value="Help" action="help"/> to error.jsp, and add a navigation rule to faces-config.xml:
    <navigation-case>
       <from-outcome>help</from-outcome>
       <to-view-id>/help.jsp</to-view-id>
    </navigation-case>
  2. The current page would be redisplayed.


previous | start | next