Thanks m_auro1.
The problem is because of the submit button.
Your solution worked. Thx
Type: Posts; User: Surya123; Keyword(s):
Thanks m_auro1.
The problem is because of the submit button.
Your solution worked. Thx
Hi Auro,
Here is my java script:
function submitForm()
{
_frm=document.getElementById("padShareForm");
Hi All,
I am trying to save user data in to MySQL.
The data is getting stored twice into the database.
I am using Spring with Hibernate.
Here is my code:
Controller:
public ModelAndView...
Hi,
I am new to Springs. I have two controllers in my app context and both are working fine. I am trying to add a new controller. I have created the controller and added it to the application...
I am facing the same problem. The Spring.jar, spring-webmvc.jar are from the same version.
Still i am facing the same problem.
Here is my JSP Code:
<form:select cssClass="FormFieldEnabled"...