You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/10/14 00:23:50 UTC

[jira] Created: (TAPESTRY-1826) Use namespaces in templates to reference components in libraries

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1826) Use namespaces in templates to reference components in libraries

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1826:
-------------------------------------------

    Fix Version/s: 5.1

> 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
>             Fix For: 5.1
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAP5-66) Use namespaces in templates to reference components in libraries

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-66:
-------------------------------------

    Issue Type: New Feature  (was: Bug)

> Use namespaces in templates to reference components in libraries
> ----------------------------------------------------------------
>
>                 Key: TAP5-66
>                 URL: https://issues.apache.org/jira/browse/TAP5-66
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAP5-66) Use namespaces in templates to reference components in libraries

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-66.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> Use namespaces in templates to reference components in libraries
> ----------------------------------------------------------------
>
>                 Key: TAP5-66
>                 URL: https://issues.apache.org/jira/browse/TAP5-66
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.1.0.0
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAP5-66) Use namespaces in templates to reference components in libraries

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-66:
----------------------------------------

    Assignee: Howard M. Lewis Ship

> Use namespaces in templates to reference components in libraries
> ----------------------------------------------------------------
>
>                 Key: TAP5-66
>                 URL: https://issues.apache.org/jira/browse/TAP5-66
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Assignee: 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org