okay, i found the solution: jar conflicts with Apache CXF 2.0.9:
the woodstox library comes under the name wstx-asl. an exclusion in the CXF
maven dependencies solved the problem for me:
wstx-asl
org.codehaus.woodstox
the transient woodstox dependecy from tapestry 5.1 works fine, i can us
I'm having the same problem over here.
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
no problem on tomcat+jetty
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
works on jetty but does not work on tomcat 6.0.16
tapestry 5.1.0.4-SNAPSHOT
is there anybody else with this
No Exception here with 5.1.0.2-SNAPSHOT.
Uli
Am 01.04.2009 11:42 schrieb Andy Pahne:
I am using Tapestry 5.1.0.1 and I am trying to add a DOCTYPE declaration
to my Layout component (or directly to a page).
The declaration I am using is directly copied from the documentation at
http://tapes
I am using Tapestry 5.1.0.1 and I am trying to add a DOCTYPE declaration
to my Layout component (or directly to a page).
The declaration I am using is directly copied from the documentation at
http://tapestry.apache.org/tapestry5/guide/templates.html and it looks
like this:
http://www.w3.o