i think the simplest way is to use a String for the property and do the parsing yourself.
i have a similar condition where some fields which i initially implemented as int (float etc) but don't...
Type: Posts; User: qman; Keyword(s):
i think the simplest way is to use a String for the property and do the parsing yourself.
i have a similar condition where some fields which i initially implemented as int (float etc) but don't...
yes i got the solution thanks.
it is a matter of the directory to put the tomcat configure file
cheers
i got the same problem. i use
fileitem.getString()
to get the values
for complex form and database processing, i prefer Struts forms and direct jdbc satatement
sorry not work with ResourceBundleViewResolver
how did you define overtime_excelView in configuration file? do you define it as a page or something else?
thanks
Thanks a lot!
I tried to copy the context entity from petclinic_tomcat_mysql.xml into tomcat/config/server.xml, and still not work.
what i want is a JNDI DataSource for J2EE environments...
Hi
I am testing The Spring Petclinic Application with mysql database, it is ok with the Local DataSource with Spring's DriverManagerDataSource. However, I want to use a JNDI connection-pooled...