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