Re: Retrieveing specific desc from the base

2012-11-04 Thread o3005659
Thanks, this worked perfectly. I have made method which acquires what is the denoted locale, and bound it to the t:if test=getLocale(ro) /t:if, and it works perfect. @Thiago, I agree. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Retrieveing-specific-desc-from

Re: Retrieveing specific desc from the base

2012-11-02 Thread Lance Java
over which assets are being loaded you can @Inject AssetSource http://tapestry.apache.org/5.3.6/apidocs/org/apache/tapestry5/services/AssetSource.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Retrieveing-specific-desc-from-the-base-tp5717585p5717586.html Sent from

Re: Retrieveing specific desc from the base

2012-11-02 Thread Lance Java
In your pages / components @Inject private Locale locale; -- View this message in context: http://tapestry.1045711.n5.nabble.com/Retrieveing-specific-desc-from-the-base-tp5717585p5717589.html Sent from the Tapestry - Dev mailing list archive at Nabble.com

Retrieveing specific desc from the base

2012-11-02 Thread o3005659
persistenLocale(_ro)/t:if to give me specific desc for the article. I want to hear your opinion too. :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Retrieveing-specific-desc-from-the-base-tp5717585.html Sent from the Tapestry - Dev mailing list archive at Nabble.com

Re: Retrieveing specific desc from the base

2012-11-02 Thread Thiago H de Paula Figueiredo
On Fri, 02 Nov 2012 09:17:20 -0200, o3005659 o3005...@rtrtr.com wrote: Lets say I have desc for the article in English and Romanian, and that based on what language user has selected, I want to retrieve specific desc from the base. I thought about making method that will return boolean