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
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