Say I am on a page at
www.foo.com/foo/bar/page.jsf
and want to define a navigation rule to go to
www.foo.com/foo/
how would I define the <to-view-id>
of the navigation rule. I thought it would be something like this:
<navigation-case>
<from-outcome>goToFoo</from-outcome>
<to-view-id>/../</to-view-id>
</navigation-case>
but that throws a parser error when called. I figure I am missing something. Any ideas?