0 Replies Latest reply on Oct 27, 2004 12:16 AM by mccha2

    trimspace of tomcat5 in jboss-3.2.5

    mccha2

      We have read the documentation of tomcat5 and found that we can trim the spaces between tag by adding the following line in web.xml

      <init-param>
      <param-name>trimSpaces</param-name>
      <param-value>true</param-value>
      </init-param>

      However, it won't work after we have restart the jboss.
      But.... it work prefectly in a standalone jakarta tomcat5.

      Do i miss something?? Thanks.