Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <%@include file=" 'path-to-jsp' " %>
  2.  
  3. <input type=".."...>
  4. <input type=".."...>
  5. <input type=".."...>
  6. <select>...
  7.  
  8. <form>
  9. // insert content of 'user-form.html' at compile time
  10. <button>Create User</button>
  11. </form>
  12.  
  13. <form>
  14. // insert content of 'user-form.html' at compile time
  15. <button>Update User</button>
  16. </form>
Add Comment
Please, Sign In to add comment