You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Mats Andersson <ma...@ronsoft.se> on 2009/09/15 12:20:33 UTC

ChenilleKit InPlaceEditor

Is it possible to override the text strings in an InPlaceEditor? I would 
like to set localized values for the following values, found in 
InPlaceEditor.properties.

savebutton : Save
cancelbutton : Cancel
saving : Saving ...
empty : Click to Edit
title : Click to Edit
savefailed : Failed to Save Changes!

Thanks!
Mats

-- 
____________________________________________
Mats Andersson
Ronsoft AB - Fridhemsvägen 8 - 372 25 Ronneby
Tel. 073-368 79 82
http://www.ronsoft.se
____________________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: ChenilleKit InPlaceEditor

Posted by Mats Andersson <ma...@ronsoft.se>.
Many thanks, it works now! The problem was that I put the file in my 
component package.

____________________________________________
Mats Andersson
Ronsoft AB - Fridhemsvägen 8 - 372 25 Ronneby
Tel. 073-368 79 82
http://www.ronsoft.se
____________________________________________



Massimo Lusetti skrev:
> On Tue, Sep 15, 2009 at 12:20 PM, Mats Andersson
> <ma...@ronsoft.se> wrote:
>
>   
>> Is it possible to override the text strings in an InPlaceEditor? I would
>> like to set localized values for the following values, found in
>> InPlaceEditor.properties.
>>
>> savebutton : Save
>> cancelbutton : Cancel
>> saving : Saving ...
>> empty : Click to Edit
>> title : Click to Edit
>> savefailed : Failed to Save Changes!
>>     
>
> It use the normal Tapestry mechanism for i18n so if you provide your
> own locale settings they will be picked up. For the records you've to
> put them in the correct place
> org.chenillekit.tapestry.core.components.
>
> Cheers
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: ChenilleKit InPlaceEditor

Posted by Massimo Lusetti <ml...@gmail.com>.
On Tue, Sep 15, 2009 at 12:20 PM, Mats Andersson
<ma...@ronsoft.se> wrote:

> Is it possible to override the text strings in an InPlaceEditor? I would
> like to set localized values for the following values, found in
> InPlaceEditor.properties.
>
> savebutton : Save
> cancelbutton : Cancel
> saving : Saving ...
> empty : Click to Edit
> title : Click to Edit
> savefailed : Failed to Save Changes!

It use the normal Tapestry mechanism for i18n so if you provide your
own locale settings they will be picked up. For the records you've to
put them in the correct place
org.chenillekit.tapestry.core.components.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org