On Mon, 09 Jul 2012 17:13:53 -0300, Alex Kotchnev <akoch...@gmail.com> wrote:

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.

Isn't that (the short library name) a pure XML namespace trick? If yes, the Tapestry itself doesn't even see 'f', just 'foo', I guess.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to