nguyen xuan hiep

Greenhorn
+ Follow
since Aug 03, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by nguyen xuan hiep

I have the same problem with my source code.
When I click to the submit button in form view, it will submit to the formview itself, not the controller as I expected.
Here is my dispatcher-servlet.xml

and here is enterNameController.java

and here is the formview

when this jsp file rendered to HTML, it looks like


when i really want the action will be /spring_sayhello/enterName.htm ( the controller)

I use Netbeans 6.5.1 with Spring 2.5
What should I do ?
12 years ago