I have one JSP file as jsp 1.jsp and another JSP file as jsp 2.jsp
I\'ve included jsp 2.jsp in jsp 1.jsp>
in jsp1 use this way to pass value.
in jsp2 to get value
String value=request.getParameter("hidden");