2 Replies Latest reply on Feb 2, 2008 12:29 AM by abcd1

    rendered attribute

    abcd1

      hi everyone

      i am using the rendered attribute to give style to a dataTable cell depending on condition

      i can check the equlity like

      rendered="${row.name == 'name 1'}"


      but how should i check the not equal to

      my code
      rendered="${row.name != 'name 1'}"

      is showing error.

      anybody know how to solve this
      thanks in advance.
      cheers