BeanModel / BeanModelSource do not do this today, but there's no
reason why they should not.  Please add a JIRA "enhancement" issue.

On Mon, Dec 1, 2008 at 1:52 PM, Andy Pahne <[EMAIL PROTECTED]> wrote:
>
> I am using T 5.0.17 and trying to override cell labels of the Grid
> component.
>
> I am trying like described here:
> http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html
> see section "UserList.properties"
>
> The labels defined in the properties file og my page are not used to label
> the cells.
>
> I searched JIRA but found no related issue.
>
> Does anybody have the same problem?
>
>
> Andy
>
>
>
>
> TaskList.properties:
> --------------------------
>
> title-label=Titel
>
>
>
> TaskList.tml
> --------------------------
>
>    <t:grid t:id="tasks"
>            row="task"
>            exclude="id"
>            reorder="module,title,status,type,resolution"
>            add="edit"
>            inPlace="true"
>            pagerPosition="bottom"
>            rowsPerPage="25">
>        <t:parameter name="editcell">
>          <a href="#"
>             t:type="PageLink"
>             page="administration/task/editTask"
>             context="task.id">edit</a>
>        </t:parameter>
>    </t:grid>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to