12 Replies Latest reply on Sep 20, 2007 9:49 AM by alexndr

    com.sun.faces.saveStateFieldMarker

    pinaev

      At the end of the rendered page in the browser I get this:

      com.sun.faces.saveStateFieldMarker
      


      After I click on a h:commandButton, the message disappears, but I don't get inside the backing bean's method. Only after clicking on the button the second time, do I get inside the method.

      What could be wrong?

      The page is havily intermitted with the <f:verbatim> tags, but in overall looks ok. The purpose for the <f:verbatim> tags is to apply extensive formatting to the HTML page's contents.