Hi,

As a workaround, maybe this example could help:

http://code.google.com/p/tapestry5-appfuse/source/browse/trunk/src/main/java/org/appfuse/webapp/pages/admin/UserList.java


/Serge


Andy Pahne-6 wrote:
> 
> 
> 
> https://issues.apache.org/jira/browse/TAP5-395
> 
> 
> 
> Howard Lewis Ship schrieb:
>> 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">
>>>           # >             t:type="PageLink"
>>>             page="administration/task/editTask"
>>>             context="task.id">edit 
>>>        </t:parameter>
>>>    </t:grid>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>     
>>
>>
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--Grid-cell-labels-can%27t-be-overridden-tp20781389p20784011.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to