This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes Spring MVC-iBATIS problem with updating data from the form Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring MVC-iBATIS problem with updating data from the form" Watch "Spring MVC-iBATIS problem with updating data from the form" New topic
Author

Spring MVC-iBATIS problem with updating data from the form

Deepaks Deshpande
Ranch Hand

Joined: Dec 06, 2007
Posts: 95

Hi Guys,

I am working on a spring mvc application which has a login page and in the home page, I have a menu with seperate links for displaying and editing the logged in user's profile. My profile information gets displayed correctly. But when i want to update my profile, I am unable to get the user input into the command object. I am stuck with this problem from yesterday and am unable to figure out where i have gone wrong. Please help me.

My edit profile page:


My profile service interface is as follows:


My profile service impl class is as follows:


my <update>mapped statement in ibatis sql map file is as follows:

my update profile form controller class is as shown below:


When i click on the update profile button in the jsp file, I get the following log message:


Regards,
Deepak

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Spring MVC-iBATIS problem with updating data from the form
 
Similar Threads
calling a java Script file into the Jsp
Is it possible to put a button inside autocomplete in jquery ui plugin?
Positioning DIVs
Returning a result set in an html form
A question of Sums