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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -