Well, Bruno, you don't have to apologize, your approach works as well,
of course!

regards,

Martin


On 6/16/05, alex <[EMAIL PROTECTED]> wrote:
> Martin Marinschek wrote:
> 
> >No, it is not.
> >
> >there is no return string from an action-listener.
> >
> >
> That's true, however there is a very simple way to do navigation from
> the action-listener ;)
> 
> Do it like that:
> 
> FacesContext fc = FacesContext.getCurrentInstance();
> fc.getApplication().getNavigationHandler().handleNavigation(fc,
> fromAction, outCome);
> 
> Rgds
> Alex
>

Reply via email to