1 Reply Latest reply on Feb 25, 2007 10:53 AM by gavin.king

    Contactlist Example: No redirect after EntityNotFoundExcepti

    mgombocz

      Hi,
      I had a view at the Contactlist example of 1.1.7.RC1.
      If you enter http://localhost:8080/seam-contactlist/viewContact.seam?contactId=90 in your browser according to pages.xml there should happen a http Error 404 redirect because no contact with Id=90 exists.
      But a seam error page with "/viewContact.xhtml: Cannot get value for expression '#{contactHome.instance}'" comes up.

      I have a similar problem where I raise an exception and no correct redirect occurs.

      Any ideas how to solve this?

      Thanks, Manuel