0 Replies Latest reply on Dec 1, 2011 5:32 AM by giant2

    SEAM & TOMCAT 5.5

    giant2
      I'm trying to start a Seam2.2 stupid application on a Tomcat5.5.
      On googling many people have encountered problem doing this and some seem resolved their problems.
      For my problem I do not see any right suggestion. Does anyone know something?
      I did a simple class called by a xhtml page answering with a fixed String...
      private String res="Hi, all goes well";
      ...
      public String getRes(){return res;}
      ...

      <outputText....>

      The xhmtl page is showed but my "getRes" is not called. Whyyyy?!?!?!?

      P.S. The next people saying "integrating seam into tomcat is simple", it's a s.....!!!