On 3/30/06, Joe Germuska <[EMAIL PROTECTED]> wrote:
> Can anyone explain how WebWork handles this? I've read about the
> advanced conversion services, which look good, but I haven't quite
> seen how it handles re-displaying values in the case of conversion
> errors, and I've run out of time to tra
Joe,
see below
Joe Germuska schrieb:
> At 7:54 AM +0200 3/30/06, <[EMAIL PROTECTED]> wrote:
>
>> Hi
>>
>> And now we have come full circle: You suggest to use Strings in forms,
>> but if you do - do not blame Struts?
>>
>> So, lets stick with Struts, and use Double and Floats etc. We know
>> tha
On 3/30/06, Joe Germuska <[EMAIL PROTECTED]> wrote:
> Martin makes a good point -- even my suggestion about how to populate
> non-string properties of ActionForms doesn't address displaying them
> -- the form tags don't know enough to apply any locale sensitive
> formatting when refilling a field.
oper
Sent: Thursday, March 30, 2006 7:46 AM
To: Struts Developers List
Subject: Re: SV: Struts 1.3 and Internationalization
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi
Martin, Hubert : I am using Strings only in my forms, and using BeanUtils
to populate my VO's. However
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> And by the way: Referring to another project such as formdef to solve a
> problem
> that inherently lies within Struts does not help Struts become better.
Hubert :) Do you still stand your position that Struts users will use
any third-par
:[EMAIL PROTECTED] Behalf Of
Martin Cooper
Sent: Thursday, March 30, 2006 8:05 AM
To: Struts Developers List
Subject: Re: SV: Struts 1.3 and Internationalization
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> And now we have come full circle: You suggest to us
ehalf Of
> Martin Cooper
> Sent: Thursday, March 30, 2006 7:46 AM
> To: Struts Developers List
> Subject: Re: SV: Struts 1.3 and Internationalization
>
>
> On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Hi
> >
> > Martin, Hubert :
.
Hermod
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Martin Cooper
Sent: Thursday, March 30, 2006 7:46 AM
To: Struts Developers List
Subject: Re: SV: Struts 1.3 and Internationalization
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
ef to solve a
> problem that inherently lies within Struts does not help Struts become
> better.
>
> Hermod
>
> -Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
> Martin Cooper
> Sent: Thursday, March 30, 2006 12:46 AM
> To: Struts Devel
] Behalf Of
Martin Cooper
Sent: Thursday, March 30, 2006 12:46 AM
To: Struts Developers List
Subject: Re: SV: Struts 1.3 and Internationalization
On 3/29/06, Hubert Rabago <[EMAIL PROTECTED]> wrote:
>
> On 3/29/06, Joe Germuska <[EMAIL PROTECTED]> wrote:
> > I started to believe
vedt; 'Struts Developers List'
Subject: Re: SV: Struts 1.3 and Internationalization
At 3:40 PM -0600 3/29/06, Hubert Rabago wrote:
>This is a BeanUtils issue. ...
>
>This is a user-list topic and should probably move there.
I started to believe this, but now I disagree.
It is only so
>
> -Opprinnelig melding-
> Fra: Joe Germuska [mailto:[EMAIL PROTECTED]
> Sendt: 30. mars 2006 00:17
> Til: Hermod Opstvedt; 'Struts Developers List'
> Emne: Re: SV: Struts 1.3 and Internationalization
>
> At 3:40 PM -0600 3/29/06, Hubert Rabago wrote:
> &
On 3/29/06, Hubert Rabago <[EMAIL PROTECTED]> wrote:
>
> On 3/29/06, Joe Germuska <[EMAIL PROTECTED]> wrote:
> > I started to believe this, but now I disagree.
> >
> > It is only solvable with the current code if your application runs in
> > one Locale. Struts does not provide a way to register in
On 3/29/06, Joe Germuska <[EMAIL PROTECTED]> wrote:
> I started to believe this, but now I disagree.
>
> It is only solvable with the current code if your application runs in
> one Locale. Struts does not provide a way to register instantaneous
> conversion parameters (like the current Locale) --
I can dig up
something from the archives
Hermod
-Opprinnelig melding-
Fra: Joe Germuska [mailto:[EMAIL PROTECTED]
Sendt: 30. mars 2006 00:17
Til: Hermod Opstvedt; 'Struts Developers List'
Emne: Re: SV: Struts 1.3 and Internationalization
At 3:40 PM -0600 3/29/06, Hubert Rabago wr
At 3:40 PM -0600 3/29/06, Hubert Rabago wrote:
This is a BeanUtils issue. ...
This is a user-list topic and should probably move there.
I started to believe this, but now I disagree.
It is only solvable with the current code if your application runs in
one Locale. Struts does not provide a
Til: Struts Developers List; [EMAIL PROTECTED]
Emne: Re: Struts 1.3 and Internationalization
This is a BeanUtils issue. It comes into play after you get your
ActionForm inside your Action.execute(), and you call
BeanUtils.copyProperties() to copy your form field's String value onto
your bus
rinnelig melding-
> Fra: Don Brown [mailto:[EMAIL PROTECTED]
> Sendt: 29. mars 2006 22:50
> Til: Struts Developers List
> Emne: Re: Struts 1.3 and Internationalization
>
> Struts, from the beginning has taken internationalization very seriously.
> You are probably referring to t
r.
Hermod
-Opprinnelig melding-
Fra: Don Brown [mailto:[EMAIL PROTECTED]
Sendt: 29. mars 2006 22:50
Til: Struts Developers List
Emne: Re: Struts 1.3 and Internationalization
Struts, from the beginning has taken internationalization very seriously.
You are probably referring to the validation
Struts, from the beginning has taken internationalization very seriously. You are probably referring to the validation
of numeric values. This was a longstanding struts issue that has been resolved since Struts 1.2.7. There are new
validators that will serve your interests.
Don
Hermod Opstv
Hi
What's the status of the Struts 1.3 branch with respect to
internationalization? In the 1.2 branch this was a "won't touch" issue. What
I am thinking about is amongst other things the ability to use comma as
decimal separator. Or is still "English only, please".
Also, and I know this is the wr
21 matches
Mail list logo