I was able to fix it by modifying action like below in my jsp file.
Thanks
action="docDetails"
Type: Posts; User: java_1234; Keyword(s):
I was able to fix it by modifying action like below in my jsp file.
Thanks
action="docDetails"
Hi,
I'm new to Spring and I'm having issues setting relative paths for the action attributes in my JSP files.
This is how my JSP file looks like
<form:form name="recordListForm"...
Hi,
I'm new to Spring and I have a question regarding which libraries to use for developing web applications. What is the difference between M2 vs RC2 releases for version 3.2. Should I use RC2 or...