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

Ulrich Stärk updated TAP5-732:
------------------------------

    Labels: bulk-close-candidate  (was: )

This issue has been last updated more than 1.5 years ago, has no assignee, 
affects an old version of Tapestry that is not actively developed anymore, and 
is therefore prone to be bulk-closed in the near future.

If the issue still persists with the most recent development preview of 
Tapestry, please update it as soon as possible. In the case of a feature 
request, please discuss it with the Tapestry developer community on the 
d...@tapestry.apache.org mailing list first.
                
> When using the add parameter with Grid and adding in a @NonVisual property, 
> you must currently supply the cell renderer, but it should be automatically 
> provided
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-732
>                 URL: https://issues.apache.org/jira/browse/TAP5-732
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>              Labels: bulk-close-candidate
>
> To make it work you must:
> <t:grid source="persons" inplace="true" add="id" row="person" 
> reorder="id,title,firstname,lastname">
>               <p:idcell>${person.id}</p:idcell>
>       </t:grid>
> I don't think the <p:idcell> should be necessary; the Grid should identify 
> that id is a property of the bean and include a default renderer for it.  
> Without <p:idcell>, the Id column is simply blank.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to