I believe you can bind the action attribute to a method that performs the functionality you are looking for. The method should return a String that corresponds to the correct navigation outcome. I think the current use of "load" is not a binding, Gregg, but a definition of an outcome. To bind it, it should look like: action="#{handlingClass.load}" and the handling ...