sanket_bodhale

login jsp page

Feb 4th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.61 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2.     pageEncoding="ISO-8859-1"%>
  3. <%@ taglib prefix="s" uri="/struts-tags"%>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  8. <title>Insert title here</title>
  9. </head>
  10. <body>
  11. <body>
  12.     <form action="login">
  13.         <s:textfield name="emailId" label="Email Id"></s:textfield>
  14.         <s:password name="password" label="Password"></s:password>
  15.         <s:submit value="Submit"></s:submit>
  16.     </form>
  17. </body>
  18.  
  19. </body>
  20.  
  21. </html>
Add Comment
Please, Sign In to add comment