On 12/20/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
Oops, spoke too soon... the trouble with the servlet approach is that
to-view-id in faces-config isn't a context relative path, it's relative
to the Faces servlet... So I guess it's time to dig into custom nav
handlers.

The interpretation of a view identifier is up to the ViewHandler you are using, but for the default implementation it is most definitely a context relative path starting with a "/" character, such as "/index.jsp" or "/foo/bar.jsp".

That doesn't help solve the original problem posed in this thread, however ... a custom NavigationHandler, however, could deal with that sort of thing.

Craig
 

Reply via email to