Hello
I have run into the following problem when saving long string values through a spring/hibernate framework to a varchar2(4000 char) column in an Oracle 10g database.
Caused by:...
Type: Posts; User: mandyfester; Keyword(s):
Hello
I have run into the following problem when saving long string values through a spring/hibernate framework to a varchar2(4000 char) column in an Oracle 10g database.
Caused by:...
Hello
optionSource comes from the OptionWriter class in the spring framework. In fact I am trying to bind to a List. Does the new form select only bind to a String?
Thanks
Mandy
Hello
I am trying to use the new form:select tag but keep getting the error
java.lang.IllegalArgumentException: 'optionSource' cannot be null.
The items variable is an ArrayList of objects....
Are the new Spring form tags incompatible with JSP 1.2? If the answer is yes is there any way to use form tags with Weblogic 8 which uses JSP 1.2?
I use the new form tag in some pages. Is this only jsp 2.0 compatible?
Hello
Is it possible to use Spring 2.0 with Weblogic 8 service pack 2?
I tried but Weblogic complains that it does not support JSP 2.0 and throws nasty exceptions. Can I configure Spring 2.0...
I am developing a Spring powered web application with an administration module.
I want the administration pages to be in a sub-directory called admin and would like them to be managed by a...
I am developing a Spring powered web application with an administration module. I want the administration pages to be in a sub-directory called admin and would like them to be managed by a seperate...