Lets say in a simple webapplication, i ceate a customerInfo javascript object(customerInfo.js) in js file and click createCutomer buttom on
jsp. Assume that I have also mapped the the url mapping to sutomerservlet in web.xml. Two Questions on above
1) how i will get the customerInfo javascript object as part of my httservletrequest?
2) how can i convert that javascript object(assuming i will get as a
string in httservletrequest) in to corresponding
java object i.e customerInfo.java