public String execute() throws Exception {
return execute(new SimpleBean(), new FacesRequest(FacesContext.getCurrentInstance()));
}
public String execute(Object backingBean) throws Exception {
return execute(backingBean, new FacesRequest(FacesContext.getCurrentInstance()));
}