3 Replies Latest reply on Jun 11, 2008 5:53 AM by kukeltje

    Parameter and other EL-related questions

      Hi,

      is there any chance to pass parameters within EL as you can for example with the Seam enhanced EL?

      For example I would like to do the following

      {myVar.setFoo('bar')}
      


      Further is there any chance to reference an enum-value within an EL?

      For example:

      {myVar.foo == MyEnum.BAR}
      


      Thanks for your help

      Thomas