jsp - How to compare a form field with db values using jstl -
hi m using code , recherche name of input in form problem tryin make search using jsp jstl servlet of jstl code
<c:foreach items="${offrerecherche}" var="o" > <c:choose> <c:when test="${o.type==recherche}"> <tr> <td><c:out value="${o.idoffre}"/></td> <td>${o.nameoffre}</td> <td>${o.specialite}</td> <td>${o.adresse}</td> <td>${o.region}</td> <td>${o.etat}</td> <td>${o.type}</td> </tr> </c:when>
would u me plz
Comments
Post a Comment