0 Replies Latest reply on Mar 31, 2009 3:37 AM by maxmustang

    Clicking on CommandLink inside error.xhtml does not react

    maxmustang

      Problem:
      Clicking on a (command-)link inside the error-page does not react.

      Details:
      error.xhtml is defined in web.xml as error-page (location) for error-code 500. Inside error.xhtml is a h:commandlink ("logout") which calles an action in a sessionBean.

      Environment:
      - Facelet 1.1.14, Richfaces 3.2.2.SR1, JSF 1.2_09, servlet API 2.5, Tomcat 6.0.14

      What i tried:
      - Only 1 View and Form: no success
      - Calling /error.xhtml by hand: the link works!
      - Canging h:commandlink to h:commandButton: the button works!

      Many thanks for all ideas.