passing text box values from one jsp to other jsp
800634Apr 2 2009 — edited Apr 2 2009hi all,
i am creating one application in which i am generating and naming the text boxes dynamically depending on the user request.then in action tag i gave other jsp file address and passed some other local variables to this file by means of '&'.
now in other jsp file i am giving request.getParameter(textbox name) and printing this but it is showing null
plz help?