3 Replies Latest reply on Mar 4, 2008 5:58 PM by keithnaas

    El Expression using AND or OR

    patrickmadden.patrickmadden.clooster.com

      Hi,


      I have a question related to using AND or OR in El Expressions. For example:



      <s:div rendered="(#{not empty result.uncPathForMozilla}) and (#{not requestBean.internetExplorerRequest})">
      ...
      </s:div>



      It gets parsed correctly and I believe I saw this was legal in the unified el spec.


      Does anyone have any idea if this is valid or not?


      Any help is greatly appreciated.


      Thanks,


      PVM