将值从jsp servlet传递给另一个jsp servlet

时间:2014-07-20 00:34:28

标签: java jsp

将jsp #A中的值传递给jsp #B时遇到了一些问题。在jsp #A中,我将使用url传递值,例如:

<label>Webpage URL :<a href='http://localhost:8080/hrms/applyvacan/index.htm?id=${vacancyForm.id}' target='new'> http://localhost:8080/hrms/applyvacan/index.htm</a> 

表示jsp #B:

<label>Vacancy Name</label>
<c:forEach items="${vacList}" var="vacancy" varStatus="loop">
<span> ${vacancy.vacname} </span>
</c:forEach>

我得到了这样的答案

  

空缺业务系统分析员空缺CCO测试主席职位空缺

我想要的是每次点击网页网址时它只会发送1个身份

0 个答案:

没有答案