hi,
looks like, the space before the comma was the problem. without the comma it
works. i thought, i tried it without the comma... anyway, it works now.
thank you
Howard Lewis Ship wrote:
>
> Perhaps the Tapestry code is broken and the space before the comma is a
> problem.
>
> On Sat, Oct 3,
Perhaps the Tapestry code is broken and the space before the comma is a problem.
On Sat, Oct 3, 2009 at 8:21 AM, jimmyblue wrote:
>
> Thanks for the quick response, howard.
>
> unfortunately, I already added de in the AppModule
>
> configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en, de");
>
Thanks for the quick response, howard.
unfortunately, I already added de in the AppModule
configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en, de");
or do you mean something different by TapestryModule?
thanks
Howard Lewis Ship wrote:
>
> If you are working from the Quickstart Archetyp
If you are working from the Quickstart Archetype, it limits you to
english only. Update TapestryModule, you'll see where that's
configured, and add "de" to the list.
On Sat, Oct 3, 2009 at 7:41 AM, jimmyblue wrote:
>
> hi,
>
> i'm quite new to tapestry. until now, everything just worked fine, bu
Hi guys,
solved it myself.
I had the appName for the PageTester as "App". After changing it to
"app" everything works as expected on both platforms. However I wonder
if this is a bug (as Mac OS X is case-sensitive as well) or if this is
the expected behaviour?
Thanks,
Daniel
On 30.11.2
Thanks Tiago
Really strange component behavior since it's in total contradiction with
the framework spirit :
"Designers love it because Tapestry templates are so close to ordinary
HTML, without all the cruft and confusion seen in JavaServer Pages."
"The goal in Tapestry is for component templ
Em Wed, 22 Oct 2008 06:54:33 -0300, Stephane Decleire
<[EMAIL PROTECTED]> escreveu:
But with the following piece of code, the result is the hardcoded
"Firstname" string. Localization of the string did not occured ...
Firstname
This is how the Label component works: if you provide a body, it
I've already tried to inject the ComponentResources into my class
without success :-(
public static void
contributeComponentClassTransformWorker(OrderedConfiguration
configuration, PropertyAccess propertyAccess, ComponentResources
componentResources) {
configuration.add("InjectSelectio
I've already tried to inject the ComponentResources into my class
without success :-(
public static void
contributeComponentClassTransformWorker(OrderedConfiguration
configuration, PropertyAccess propertyAccess, ComponentResources
componentResources) {
Caused by: java.lang.RuntimeException:
Classes are non-localized.
However, you can write code that can access the current Locale or
localed Messages object via the ComponentResources object injected
into each class.
On Thu, Oct 16, 2008 at 2:48 PM, Stephane Decleire
<[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> Is there a way to use
Hi there,
a late answer, but maybe good to have in the archive when somebody
browses it:
1) You can use the method getMessages() of the service
ComponentResources to get the message bundle of the Template.
- Tobias
Filip S. Adamsen schrieb:
Hi,
Welcome to the list. :)
Regarding your que
Hi,
Welcome to the list. :)
Regarding your questions:
1) There's no way to localize page classes. Why do you need this?
2) For overriding internal services - if you must - you can probably use
an Alias:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/alias.html.
3) No, there's no
Or just look on the wiki:
http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner
Cheers,
Nick.
Marcus wrote:
Hi Stephane,
search this forum for "*T5 How to Override the default banner message"
*
Marcus
Hi Stephane,
search this forum for "*T5 How to Override the default banner message"
*
Marcus
I'm facing the exact same problem. I have a WEB-INF/AppName.properties
properties file that works fine, but as soon as I localise it - for
example renaming it to WEB-INF/AppName_sv.properties - it's not found
or not used and I end up with missing messages.
Is this a bug? I'm using 5.0.6 by the wa
t; From: Massimo Lusetti [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 28, 2007 2:32 PM
> To: Tapestry users
> Subject: Re: [T5] Localization
>
> On 8/28/07, Christoph Jaeger <[EMAIL PROTECTED]> wrote:
>
> > If not, does this seem difficult to implement?
>
>
On 8/28/07, Christoph Jaeger <[EMAIL PROTECTED]> wrote:
> If not, does this seem difficult to implement?
Using normal ResourceBundle features? And doing that inside javacode
where logic belongs?
--
Massimo
http://meridio.blogspot.com
It works fine for me using the following files/code:
app_ja.properties
app_en.properties
AppModule.java:
configuration.add("tapestry.supported-locales", "en,ja");
Page.html:
Japanese
English
Page.java:
@Inject
private PersistentLocale persistentLocaleService;
...
voi
I have similar problem.
I set locale in _persistentLocale, and cookie saved correctly, but no
more...
Injectes locale=en always
Any idea?
Janko Muzykant wrote:
>
> hi there, i tried to localize my application putting all messages into 3
> global resource files:
>
> WEB-INF/app.properties [Eng
19 matches
Mail list logo