0 Replies Latest reply on Nov 28, 2007 12:59 PM by dreuzel

    Seam  eveluate versus create  method  El expression

      I've noticed methods and functions are handled a littel different in seam- facelets
      as functions are allowed parameters.


      can some one give me a hint on how to resolve a el-value expression
      as ${mymodule} / ${mymodule.int}

      to find out what class is going to be uses when accessing the data

      int /boolean/sting .....


      It would be interesting to have the same for functions

      xxx=$(mymodule.routine(variavle)

      I found some tricks, using the Value expressions and the nresolve the
      variables but it is not realy maching the above

      Thanks in advance