Hi all, Does Tapestry work with XHTML?
I renamed "Home.html" to "Home.xhtml" in my test application, but I got an exception saying that "Could not find template for page Home in locale en_US." ----------- org.apache.hivemind.ApplicationRuntimeException Could not find template for page Home in locale en_US. component: [EMAIL PROTECTED] location: context:/WEB-INF/Home.page, line 4, column 55 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE page-specification PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 3 " http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> 4 <page-specification class="com.ttdev.HelloWorld.Home"> 5 <component id="subject" type="Insert"> 6 <binding name="value" value="greetingSubject"/> 7 </component> 8 </page-specification> Thanks!