Re: Type converters: convertToString not called

2008-01-31 Thread ravi_eze
one more thing, then when would this method be called?? sounds like redundant. ravi_eze wrote: > > hi, > > thanks for the reply. If the design had this behavior intended then > probably we cannot do any thing but in that case i would not agree > with the design. I read the post linked bel

Re: Type converters: convertToString not called

2008-01-31 Thread ravi_eze
hi, thanks for the reply. If the design had this behavior intended then probably we cannot do any thing but in that case i would not agree with the design. I read the post linked below and also the bug... but still unable to understand the reason behind for such a design. i think i will now

Re: Type converters: convertToString not called

2008-01-31 Thread ravi_eze
hi, thanks for the reply. If the design had this behavior intended then probably we cannot do any thing but in that case i would not agree with the design. I read the post linked below and also the bug... but still unable to understand the reason behind for such a design. i think i will now

Re: Type converters: convertToString not called

2008-01-28 Thread jimski
Hi Ravi- I think the problem here is how the struts2 tags were implemented. As far as I can see from the code base the type converter definition you're referring to is used by the XWork API and not OGNL. The XWork api is used by the Struts Tags which have the option to call the converter or not

Type converters: convertToString not called

2008-01-22 Thread ravi_eze
hi, We have Action class with Employee Object with setters and getters. The Typeconverter was configured to be called when is called by the jsp page. We found that convertFromString of type converter is being called but convertToString is never called. Any idea why this is happening? The details