sending variable from one jsp to another jsp

前端 未结 5 640
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 13:01

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

5条回答
  •  迷失自我
    2020-11-28 13:37

    You can set a jsp:param, as in this example jsp:param element or take a look at this similar post Passing parameters between JSP pages.

提交回复
热议问题