I am developing change password screen using jquery / struts2 with annotations
Which contains fields oldpassword, new password, confirmpassword
This is my html with jquery
This is my changepassword
java script
This is my
struts 2 action class
When i click save button of chnagepassword html the save method of java script is executing and 'dat' varitable popolated with data.
So what i want is, how to get the json object data in java side?
help me