Re: prepare method not working

2009-03-05 Thread markbeek
vhumble wrote: > > Even after implementing the prepare method, I still get the same error as > before and when I debug with eclipse, i never enter into prepare method. I > am using basic struts-default stack and in this stack, prepare comes > before validation. > You do need to implement the

Re: Struts 2 Type conversion refuses 0.0 for a double?

2009-03-05 Thread markbeek
newton.dave wrote: > > I believe it was probably what's conventionally known as a "mistake". > It appears to have been resolved with XW-677. > Yep, looks like that will take care of it. Thanks. -- View this message in context: http://www.nabble.com/Struts-2-Type-conversion-refuses-0.0-for-a-

Re: Struts 2 Type conversion refuses 0.0 for a double?

2009-03-04 Thread markbeek
I have a Struts2 action with a double property called "amount". No validation rules on the action as yet. When I enter "0.0" into the amount on the JSP page, it displays an "Invalid field value for field "amount"" error. --- I've encountered the same behavior. I've trac