You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jochen Kemnade (JIRA)" <ji...@apache.org> on 2014/05/13 15:23:27 UTC

[jira] [Closed] (TAP5-732) 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

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

Jochen Kemnade closed TAP5-732.
-------------------------------

    Resolution: Not a Problem

Another year has passed since the last comment. Therefore, we assume this issue has either been resolved in the meantime or it is no longer relevant to you.
If recent versions of Tapestry (i.e. 5.4 betas and 5.3.7) are still affected, please reopen the issue and adjust the "Affected Version/s" property.

> 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 was sent by Atlassian JIRA
(v6.2#6252)