I believe a full url (with the scheme) as a view ID will navigate to that page
for example, use: http://somehost/somecontext/somepage.jsp If that doesn't work for you (having to put that in there), you may have to use a custom navigation handler or view handler and catch the external link and send a redirect from inside those components. On 6/21/07, Stéphane Poirier <[EMAIL PROTECTED]> wrote:
Hi, I'm wondering if it's possible, using navigation-cases, to add communication between different JSF applications (or even from a JSF application to a non-JSF app)? I know an getExternalContext().redirect can be used but if there is a more standard and clean way to do this, I'd be glad to know. Thanks in advance!