hello everyone,
i need 1 help.
i am having 3 ".jsp" files : x1.jsp,x2.jsp and x3.jsp. in x1.jjsp i am having a combo box, from the combo box i am selecting 1 value.
there is a submit button below it. i am using "form method = post
action=x2.jsp". the value which i am selecting from combo(of x1.jsp), i am retrieving the value in x2.jsp by "request.getParameter("variable_name");"

but how to retrieve that value which i am selection from combo in x3.jsp

please send me the code for this.

thanks in advance

Well if you letting user to submit value in 3rd JSP page also then after that there has to be some processing so therefore 3rd page should have submit also. Isn't that logical have something like that?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.