Volker Weber wrote:
> > and add > > <filter> > <description>Filter for JSP</description> > <filter-name>JTidyFilter</filter-name> > <filter-class>org.w3c.tidy.servlet.filter.JTidyFilter</filter-class> > <init-param> > <param-name>tee</param-name> > <param-value>false</param-value> > </init-param> > </filter> > <filter-mapping> > <filter-name>JTidyFilter</filter-name> > <url-pattern>/faces/*</url-pattern> > </filter-mapping> > > to your web.xml. > > To enable PrettyPrint set init-param 'tree' to true, the default is false! > Ups, this was obiously wrong, i leave it to false and it works. But, and this is the point, it does PrettyPrint. regards Volker -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.

