Re: Namespace prefix for URI 'xmlns' is not defined.

2008-10-08 Thread Joel Halbert
I figured out what was causing this problem. In my classpath I have a SAXParser that I use (Piccolo) that doesn't handle namespaces well. To fix it I forced Tapesty (which loads the parser in TemplateParserImpl.java) to use the xerces SAXParser by including the system property: -Dorg.xml.s

Re: Namespace prefix for URI 'xmlns' is not defined.

2008-10-08 Thread Joel Halbert
Hi, Just to clarify on this problem: I am using version 5.0.15 If I remove the following element: t:page="Index">refresh the page loads fine. I'd really appreciate any pointers! Also - I take it the problem is not related to https://issues.apache.org/jira/browse/TAP5-125 ? Thx Joel Joel H