Re: Does T5.0.3 support chinese??

2007-04-13 Thread DigitLiao
I added a Filter, and it did succeed. public void doFilter(ServletRequest arg0, ServletResponse arg1, FilterChain arg2) throws IOException, ServletException { // TODO Auto-generated method stub arg1.setCharacterEncoding("UTF-8"); arg1.setContentType("text/html; cha

Re: T5: No root element has been defined

2007-04-21 Thread DigitLiao
I test it. Your html template has no problem. But where did you put this template? When I delete test.html, It shows the same error as yours. The template should be put in the same package as Java file or in WEB-INF/ that match java package from tapestry app root package. On 4/21/07, Tim Sawyer