3 Replies Latest reply on Sep 7, 2006 12:28 PM by shinerella

    Problem with Seam & JSF & facelets

    shinerella

      Hi everybody ! I have an existencial question about something, I just updated my proyect libraries to the latest stable seam lib (but also the faces lib) and now somehow, all those lines that are commented out on my xhtml pages (like the ones that calls unexisting methods) somehow they are excecuted, well... at least seam tries to instantiate them even if they are commented out, and obviusly it gives an exception then.

      Am i doing something really wrong? Or somebody knows (lol) if there is a tag on a configuration file where I should specify that Im actually wanna use the comments O_o

      Example
      (Auto comment function by Eclipse works like this)
      <!-- <h:commandButton value="Create" id="createButton" action="#{create.create}" /> -->