Well, you can use a managed bean property to define the url to redirect to. Agreed it's not as nice as having it with the rest of the navigation rules, but at least it's not hard-coded.

Steven Gollery wrote:
Yes, that should work. Of course it also hardwires the page navigation into
the source code, but I guess I'll have to live with that.

Thanks,

Steven Gollery


Simon Kitching-3 wrote:
Hi Steven,

I believe you can bypass navigation rules by doing this in an action
method:
  facesContext.getExternalContext.().redirect(url);

Reply via email to