AW: AW: Struts 2 requires input result on failed type conversion

2007-07-26 Thread Martin Simons
2007 19:00 An: Struts Users Mailing List Betreff: Re: AW: Struts 2 requires input result on failed type conversion I haven't tried but it seems possibile http://struts.apache.org/2.0.8/docs/type-conversion.html Il giorno 11/lug/07, alle ore 18:55, Martin Simons ha scritto: > Well, the

AW: AW: Struts 2 requires input result on failed type conversion

2007-07-15 Thread Martin Simons
ion.html Il giorno 11/lug/07, alle ore 18:55, Martin Simons ha scritto: > Well, the app has grown for quite some time now and consists of a > lot of > actions. Touching all of the them and exchanging all number-setters > with > some kind of string parsing would be a whole lot

AW: AW: Struts 2 requires input result on failed type conversion

2007-07-11 Thread Martin Simons
EMAIL PROTECTED] Gesendet: Mittwoch, 11. Juli 2007 19:00 An: Struts Users Mailing List Betreff: Re: AW: Struts 2 requires input result on failed type conversion I haven't tried but it seems possibile http://struts.apache.org/2.0.8/docs/type-conversion.html Il giorno 11/lug/07, alle ore 18:

AW: Struts 2 requires input result on failed type conversion

2007-07-11 Thread Martin Simons
s not what you want but why don't use String getter/setter on the action and do the conversion later ? Il giorno 11/lug/07, alle ore 18:37, Martin Simons ha scritto: > Hi everybody, this is my first mailing list :-) > > I'm currently developing a web-app based on Struts 2. My vis

Struts 2 requires input result on failed type conversion

2007-07-11 Thread Martin Simons
Hi everybody, this is my first mailing list :-) I'm currently developing a web-app based on Struts 2. My visitors are mainly German and whenever they enter numbers, they usually type a decimal number like 1,23 instead of 1.23. If the setter of the action requires a double, type conversion will fai