You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Kalin Krustev (JIRA)" <de...@tapestry.apache.org> on 2007/11/15 16:16:43 UTC

[jira] Created: (TAPESTRY-1913) Add support for binding expressions for t:id parameter

Add support for binding expressions for t:id parameter
------------------------------------------------------

                 Key: TAPESTRY-1913
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1913
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.6, 5.0.5, 5.0.4, 5.0.3
            Reporter: Kalin Krustev


t:id should behave like the other component parameters and support using binding expressions like t:id="prop:some_property_name"

-- 
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] Commented: (TAPESTRY-1913) Add support for binding expressions for t:id parameter

Posted by "Kalin Krustev (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542986 ] 

Kalin Krustev commented on TAPESTRY-1913:
-----------------------------------------

I needed this several times in cases of ajax operation. These were very complex cases to describe here and I was able to find another ways to resolve my problem, which was related only to the static IDs which Tapestry generated for the HTML elements. Every time my first intuitive attempt was to use expression for the t:id , but then I had to find another way. Anyway, when I have a simpler example why this functionality is needed, I will post a comment to TAPESTRY-1650 .

> Add support for binding expressions for t:id parameter
> ------------------------------------------------------
>
>                 Key: TAPESTRY-1913
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1913
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Kalin Krustev
>            Assignee: Howard M. Lewis Ship
>
> t:id should behave like the other component parameters and support using binding expressions like t:id="prop:some_property_name"

-- 
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] Commented: (TAPESTRY-1913) Add support for binding expressions for t:id parameter

Posted by "Martin Strand (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542801 ] 

Martin Strand commented on TAPESTRY-1913:
-----------------------------------------

Wouldn't that violate one of Tapestry's fundamentals - 'static structure, dynamic behaviour' since it gives you the ability to reorder components at runtime by changing the id?

> Add support for binding expressions for t:id parameter
> ------------------------------------------------------
>
>                 Key: TAPESTRY-1913
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1913
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Kalin Krustev
>            Assignee: Howard M. Lewis Ship
>
> t:id should behave like the other component parameters and support using binding expressions like t:id="prop:some_property_name"

-- 
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: (TAPESTRY-1913) Add support for binding expressions for t:id parameter

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

Howard M. Lewis Ship closed TAPESTRY-1913.
------------------------------------------

    Resolution: Won't Fix
      Assignee: Howard M. Lewis Ship

The t:id attribute (it is not a component parameter) is part of the static structure of Tapestry, necessary to tie things together.  What you propose (without even bothering to explain why you think it would be useful) simply doesn't make sense in that context.

> Add support for binding expressions for t:id parameter
> ------------------------------------------------------
>
>                 Key: TAPESTRY-1913
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1913
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.3, 5.0.4, 5.0.5, 5.0.6
>            Reporter: Kalin Krustev
>            Assignee: Howard M. Lewis Ship
>
> t:id should behave like the other component parameters and support using binding expressions like t:id="prop:some_property_name"

-- 
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