Re: Warning message when setting BigDecimal to list of bean

2009-09-13 Thread Steven Yang
Hi I just added my custom BigDecimal converter and it worked. I guess because I took care of it. But isn't it suppose to be taken care of by OGNL or Xwork? because if I don't do it in a List, but as an direct Action property instead, there wont be any warning message. Thanks On Mon, Sep 14, 2009

Re: Create a struts ajax anchor using javascript

2009-09-13 Thread Christian Javellana
I just avoided the use of JSON, and use the and approach instead. Not what i have originally planned but works as well. Thanks everyone. Paweł Wielgus wrote: > > Hi Christian, > can't You update a div or a form or a table with parsed contents of a > json from ajax call. Or even simplier, g

Re: Warning message when setting BigDecimal to list of bean

2009-09-13 Thread dusty
I saw similar errors when a Type Converter did not return a null when an empty value was given. This could be an issue with the built-in conversion for Big Decimal. Can you try and override the Big Decimal converter with your own type converter and include code to return a null if the input valu