DynaActionForm and Indexed Properties

2005-09-20 Thread Michael Ewers
I'd like to update mass user Data in a form with a dynamic number of rows (depending on the number of users already available). I use a dynaform: Now I use a MappingDispatchAction "UserAction" with two methods: public ActionForward prepareUpdate(...) { // static implementation for

Re: Some i18n issues

2005-09-15 Thread Michael Ewers
e available by then. That's why I might have to change some more classes. I'll try to do those changes and offer the patches on the dev-list. Michael. From: "Laurie Harper" <[EMAIL PROTECTED]> Michael Ewers wrote: Can anyone see a reason why the html:text implement

Re: Some i18n issues

2005-09-14 Thread Michael Ewers
d creating a scripting variable. > > L. > > Ivan Rodriguez wrote: > > "> > > > > > > Michael Ewers escribió: > > > >> The problem is that the tag doesn't have a > >> formatKey-attribute > >> and I want the initial value to be displayed in

Re: Some i18n issues

2005-09-14 Thread Michael Ewers
> > > > format.number is an entry in you MessageResources.properties > > > > For german MessageResources_de.properties: > > format.number=#0.000,00 > > > > For english MessageResources_en.properties: > > format.number=#0,000.00 > > > > > > Michael

Re: Some i18n issues

2005-09-14 Thread Michael Ewers
use formatting > options: > > formatKey="format.number" /> > > format.number is an entry in you MessageResources.properties > > For german MessageResources_de.properties: > format.number=#0.000,00 > > For english MessageResources_en.properties: > f

Some i18n issues

2005-09-14 Thread Michael Ewers
Hi, I'm new to this group so first of all I'm pleased to have the opportunity to ask questions here. My question(s): 1) I'm trying to write an application that supports i18n with Struts. I use DynaActionForm for my forms, so I defined them with initial values, e.g.: I have Germa