Use namespaces in templates to reference components in libraries
----------------------------------------------------------------

                 Key: TAPESTRY-1826
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1826
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.5
            Reporter: Howard M. Lewis Ship


Just a thought, how about:

<html  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; 
xmlns:l="tapestry-library:/mylib">
  <l:mycomponent ...> ... </l:mycomponent>
</html>

Freely adapted from Flex's approach, which is a nice one.

I think this is preferrable to:

  <t:mylib.mycomponent ...

which is valid XML but not very pretty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to