Jurgen,

I have looked at the example5 and it is working on my system, which also puzzled me. Could you make any sense of the log files I sent you?

One thing that I am doing in my faces_config.xml file that could be causing a problem is that I have a navigation entry of:

<navigation-rule>
   <from-view-id>/*</from-view-id>
   <navigation-case>
       <from-outcome>internal_error</from-outcome>
       <to-view-id>/error.jsp</to-view-id>
       <redirect/>
   </navigation-case>

...

</navigation-rule>


which I use for "global" type actions. Could this be causing problems? Any insight you could give would be very valuable.

Thanks!

Steve

Reply via email to