| Author |
problem while using input type="checkbox"
|
nageshreddy yakkanti
Greenhorn
Joined: Jan 02, 2007
Posts: 1
|
|
i am trying to use the following code. <c:forEach var="answer" items="${answers}"> <c:set var="i" value="${i+1}" /> <c:set var="bool2" value="answer.isCorrectAnswer.${i}" /> <input type="checkbox" name="<c ut value='${bool2}'/>" value="${answer.isCorrect}" /> </c:forEach> i am not able to retrive the boolean value from answer.isCorrect into the checkbox. i am getting the value for answer.isCorrect i have checked the same. how should i proceed so that i can set the value in answer.isCorrect. Thanks and Regards Nagesh
|
 |
 |
|
|
subject: problem while using input type="checkbox"
|
|
|