[appfuse-user] Data binding errors when saving null values in textboxes requiring int

2007-07-30 Thread elmer.mirano
Hello everyone, We're using the Spring version of appfuse and we're using validators to validate our textbox inputs. When we try to enter characters or empty values to textboxes requiring int values, we got this error : Warning Failed to convert property value of type [java.lang.String] to

[appfuse-user] Concurrency problems in saving data

2007-07-19 Thread elmer.mirano
Hello everyone, We are currently testing the programs we made in appfuse. We are using the spring implementation of appfuse. We are using hibernate to save our data. Currently we added a transaction checking using spring's aop to roll back saving in the database if a transaction in a method