On Fri, Sep 30, 2011 at 7:46 AM, Ganesh wrote: > Is there any way to retireve the form data using request.getParameter(); If > the ID is part of hidden variable then it is returning null. Any ways to > retrieve data without using Form object. >
If it's part of the form, and you're setting it, but not able to retrieve it, it's likely you're doing something wrong. > First time, I will set the ID as part of the URL and my problem is the ID > has to be carried for every subsequet pages. How to achieve this? > URL rewriting. Dave