Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <a href="edit?id=<c:out value='${person.id}' />">
  2.  
  3. href="edit?id={{person.id}}"
  4.  
  5. <form action="edit?id=<c:out value='${person.id}' />" method="post">
  6. <!-- form fields here -->
  7. <input type="submit" value="Submit" />
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement