Does the "invisible instrumentation" approach work w/ library namespaces
short names inside of the t:type attribute value ? That is, if I specify a
library namespace, can I expect to use the t:type="libNs/componentName" to
work, where the libNs is the short name for "libraryNamespace" , e.g.

<div   xmlns="http://www.w3.org/1999/xhtml";
       xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";
       xmlns:f="tapestry-library:foo">

   <t:foo.Component />
   <f:Component />
   <div t:type="foo/Component" />
   <div t:type="foo.Component />
   <div t:type="f/Component />
     <div t:type="f.Component />
</div>

However, the last two options don't seem to work . It's not a massive deal,
but I was just wondering if it should be working in some way that I haven't
figured out.

Cheers,

Alex K

Reply via email to