There is currently no support for this, but you can fake it by doing something 

<h:outputText rendered="#{foo.action}" />

public boolean action() {
  |    // Do work
  |    return false;
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116104#4116104

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116104
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to