Re: [S2] Famoso Double conversion problem in S2 2.0.11.1!

2009-03-11 Thread Bert Van den Brande
I think this may be caused by this bug : https://issues.apache.org/struts/browse/WW-3018 On Sat, Feb 28, 2009 at 9:25 PM, Milan Milanovic wrote: > > No solutions ? > > Could maybe this be a problem, in this code: > > ... > >         > > ... > > > refValue1 is of type Double in my action class

Re: [S2] Famoso Double conversion problem in S2 2.0.11.1!

2009-02-28 Thread Milan Milanovic
No solutions ? Could maybe this be a problem, in this code: ... ... refValue1 is of type Double in my action class, and I have DoubleConverter defined for its conversion, but my refValue is of simple type double, which is read from the list in iterator. When I click to this link,

Re: [S2] Famoso Double conversion problem in S2 2.0.11.1!

2009-02-27 Thread Milan Milanovic
When generated in jsp, this link looks like this: # Set value But when clicked nothing happes, it doesn't event came to conversion. -- M. Milan Milanovic wrote: > > Hi, > > I have again problem with Double conversion. I have a link in my page for > double values: > > > ... > > >