4 Replies Latest reply on Jan 2, 2008 8:36 PM by madhav_inamti

    s:button question...

       

      <s:button value="Foo" action="#{fooClass.foo}" rendered="#{fooClass.canIRenderFoo}" />
      


      the method signature for foo is

      public void foo() {

      ......
      }

      However after foo completes, I get a FacesMessage on my page saying

      "Successfully created Successfully created"

      Where is this coming from? It is nowhere in my code.

      Thanks,
      M