posted 9 years ago
Greetings all,
I'm pulling out what little hair I have left over this simple problem:
I've built a Maven/Java7/Spring3/MySQL/Tomcat webapp that compiles and deploys.
My credit card brand and credit card forms/validators/controllers work flawlessly
for inserting rows into their respective tables. But my contact form gets displayed
but the value returned for bodyOfEmail is always null. It must be some fiendishly
subtle spelling error or configuration error but I can't spot it - can anyone else
shed some light on this?
ContactForm.java
ContactValidator.java
ContactController.java
context
servlet-context.xml
contact.jsp
so can anyone spot what I'm missing?
TIA,
Still-leariing Steve