3 Replies Latest reply on Feb 21, 2007 10:51 AM by gavin.king

    Commented code + value change listeners parsed by Seam entit

    swells77

      I have XHTML pages that contained commented code - yet seam entity resolver generated exceptions saying that it couldn't find a property accessor for a value change listener (within the commented code).

      1) Why does Seam process commented code? As soon as I removed all of the commented code the page rendered without Seam exceptions.

      2) beyond #1 - Why does Seam process a Value Change Listener as if it's a property and then complain that it can't find a getter for it?