2 Replies Latest reply on Jun 20, 2007 4:48 AM by pmuir

    EL enhancement does not work in pages.xml

    berndmueller

      I tried to use EL enhancements in pages.xml like

      <rule if="#{comp.method('param')}">
      


      and get a
      javax.faces.el.ReferenceSyntaxException: Invalid expression:

      The same EL-Code works as the action method of a commandButton
      (with String return of course).

      Are EL enhancements not allowed in pages.xml?

      Thanks

      Bernd