Hi Marten
Thanks for all your help...
Just for others, here is my final code that is now working:
FIRST JSP
<form:form commandName="openResidentialAccountTenant">
<div...
Type: Posts; User: E=MC2orFb=E; Keyword(s):
Hi Marten
Thanks for all your help...
Just for others, here is my final code that is now working:
FIRST JSP
<form:form commandName="openResidentialAccountTenant">
<div...
Hi Marten
When I changed everything to the following it seams that only the non params post method "onSubmitTest" gets executed. How can I narrow the request by making my desired POST method to...
Hi Marten
Thanks for the feedback....Yes, I originally had *.do but when things were not working I started to second guess myself! Here's what I had in the original code and configuration file:...
Hello
First post ever at this site. Hopefully, I posted to the correct forum. My issue is that I am trying to map my @controller class @RequestMapping's to unique methods via params but have...