Hmm... You may try to run an EL expression from you java bean like this:
FacesContext context = FacesContext.getCurrentInstance();
FacesContext.getCurrentInstance().getApplication().evaluateExpressionGet(context, "#{logic.run()}", String.class);
Hmm... You may try to run an EL expression from you java bean like this:
FacesContext context = FacesContext.getCurrentInstance();
FacesContext.getCurrentInstance().getApplication().evaluateExpressionGet(context, "#{logic.run()}", String.class);