You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Josh Canfield (JIRA)" <ji...@apache.org> on 2011/01/05 19:12:48 UTC

[jira] Closed: (TAP5-1389) Access properties of generic page and component fields

     [ https://issues.apache.org/jira/browse/TAP5-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Canfield closed TAP5-1389.
-------------------------------


> Access properties of generic page and component fields 
> -------------------------------------------------------
>
>                 Key: TAP5-1389
>                 URL: https://issues.apache.org/jira/browse/TAP5-1389
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Josh Canfield
>            Assignee: Josh Canfield
>             Fix For: 5.3.0
>
>
> Make it possible for code like this to work
>     @Property
>     @Component(parameters = {"source=personSource"})
>     private Loop<Person> personLoop;
>     @Property
>     private List<Person> personSource;
> <t:loop t:id="personLoop" source="personSource">
>     <div id="person_${personLoop.index}">${personLoop.value.name}</div>
> </t:loop>

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