将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个身份