Hi!
I'm implementing a custom view handler and encounter problems with the navigation. The view handler is responsible for handling pure code-level Java views and delegates the rendering of JSP pages to the default view handler. Because of the Java views, I don't have any files to specify in the faces-config.xml navigation rules. When I use an outcome for a Java view, the navigation handler says that it cannot find a matching navigation case, and stays on the current view: outcome=ParticipationView no matching navigation-case found, staying on current ViewRoot Does anybody of you know how to handle that? Regards, Matthias

