2 Replies Latest reply on May 24, 2007 9:41 AM by ccrouch

    Support for calling components from value bindings?

    ccrouch

      After looking at this:

      Hook Faces Application.createValueBinding / createMethodBinding so that the Expression Language enhancements are available to all bindings created
      http://jira.jboss.com/jira/browse/JBSEAM-1309

      It appears that if I use JBAS4.2 and Seam from CVS I should be able to do the following from my facelets page:

      <h:panelGroup layout="block" rendered="#{myAction.myMethod(myArg)}">


      where the 'rendered' attribute expects a boolean value and myAction.myMethod(myArg) returns a boolean.

      I just want to verify that my understanding above is correct before I spend a bunch of time upgrading.

      Thanks