That's very much what I have, and it works for me.
eg:
Layout.tml:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.facebook.com/2008/fbml";
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
xmlns:p="tapestry:parameter">
Index.tml
http://tapestry.apac
how is it possible to integrate other namespaces than the tapestry-ns (t:) in
tapestry5?
we have this:
http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
xmlns:fb="http://www.facebook.com/2008/fbml"; >
and in out page we want to include this:
when we try to run that, we get an exception.