2 Replies Latest reply on Dec 1, 2009 9:31 PM by marcio.dantas

    Evaluating EL expressions at PROCESS_VALIDATIONS listener

    marcio.dantas

      I have a jsf phase listener to the process validations phase.
      It identifies rendered components with validation error and adds to their styleClass attribute an error style.


      My problem is evaluating the rendered attribute. When the el associated with the attribute is a method with parameters the EL evaluation fails.




      Ex:
      rendered="bean.method(param)"



      Is this a bug? Or should I be doing something more?