Posts by Iago Silva • 11 points
1 post
-
1
votes3
answers577
viewsA: Passing attributes from a Servlet to a JSP
Instead of putting: value="<%request.getAttribute("id_moto"); %>" Try: value="${id_moto}"
1 post
1
votes3
answers577
viewsInstead of putting: value="<%request.getAttribute("id_moto"); %>" Try: value="${id_moto}"