return logAndNavigate(null);
}
public String navigateAction() {
FacesContext facesContext = FacesContext.getCurrentInstance();
VariableResolver resolver = facesContext.getApplication().getVariableResolver();
Navigation navigation = (Navigation) resolver.resolveVariable(facesContext, "navigation");
// in case of both the select controll is not proccessed during lifecycle
// we need to get the value from the request params
navigateAction = (String) facesContext.getExternalContext().getRequestParameterMap().get("page:content:navSelect");