Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  3.  
  4. <html>
  5. <body>
  6. <p>Hello student with id ${model.id}, your name is ${model.name}!</p>
  7. <form action="" method="post">
  8. <input type="submit" name="delete ${model.id}" value="Usun" />
  9. </form>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement