1 Reply Latest reply on Sep 28, 2006 11:09 AM by gavin.king

    EL expression in annotation

    atao

      Hello,

      Is it possible to use syntaxe like this one

      @In(value="#{customer.addresses['shipping']}")

      with @Out, @ModelData and @ModelDataSelection?

      I tried

      @Out(value="#{fundSelector.entityListName}",required=false)

      and when I checked the value's value of the annotation, I found the string
      #{fundSelector.entityListName}

      PS: Seam 1.0.1.GA