Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  2. <%@ page import="java.util.Date" %>
  3. <%@ page language="java" contentType="text/html; charset=UTF-8"
  4. pageEncoding="UTF-8"%>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <title>Bills Added</title>
  10. </head>
  11. <body>
  12.  
  13. <h1>Bills Added</h1>
  14.  
  15. <p>You have added a new bill at</p>
  16.  
  17.  
  18. <c:url var="mainUrl" value="/bills/add" />
  19. <p>Return to <a href="${mainUrl}">Main List</a></p>
  20.  
  21. </body>
  22. </html>
  23.  
  24. WebContent/WEB-INF/jsp/${mainUrl} not found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement