mysql-jsp页面中c:forEach从数据库循环出的多个name的值如何传递到servlet中并写入数据库

WBOY
풀어 주다: 2016-06-06 09:44:44
원래의
2110명이 탐색했습니다.

mysqlservlethibernatejsp问题

我的四种题目是来自四个表中 都是自增列 但是在jsp提取的相应题目号不是顺序+1的

<code><h1> 单选题:</h1>
<br> <foreach items="${Indivlist}" var="ind">         ${ind.question}<br>    <input type="radio" name="a${ind.iid}" value="a">A:${ind.iansa}    <input type="radio" name="a${ind.iid}" value="b">B:${ind.iansb}    <input type="radio" name="a${ind.iid}" value="c">C:${ind.iansc    <input type="radio" name="a${ind.iid}" value="d">D:${ind.iansd}<br><br>    </foreach><hr size="2" color="#5599ff"></code>
로그인 후 복사

多选题:


<code>    <foreach items="${Multilist}" var="mul">          ${mul.mquestion}<br>    <input type="checkbox" name="b${mul.mid}" value="a">${mul.mansa}    <input type="checkbox" name="b${mul.mid}" value="b">${mul.mansb}    <input type="checkbox" name="b${mul.mid}" value="c">${mul.mansc}    <input type="checkbox" name="b${mul.mid}" value="d">${mul.mansd}<br><br>    </foreach><hr size="2" color="#5599ff">   </code>
로그인 후 복사

判断题:


<code>     <foreach items="${Judgelist}" var="jud">         ${jud.jquestion}<br>    <input type="radio" name="c${jud.jid}" value="yes">是    <input type="radio" name="c${jud.jid}" value="no">否<br><br>    </foreach><hr size="2" color="#5599ff"></code>
로그인 후 복사

问答题:


<code>     <foreach items="${Anslist}" var="an">        ${an.ajquestion}<br>    <textarea name="d${an.aid}" cols="100" rows="3"></textarea><br><br>    </foreach><input type="submit" value="完成问卷"></code>
로그인 후 복사
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿