tdmcginley

Listing.jsp

May 13th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <%@ taglib prefix="s" uri="/struts-tags"%>
  2. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  3. pageEncoding="ISO-8859-1"%>
  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>Available Inventory</title> -->
  9. </head>
  10. <LINK REL=StyleSheet HREF="/assets/iunstyle.css" TITLE="iunstyle">
  11. <body>
  12. <form action="startInformation">
  13. <table class="layout" width="400">
  14. <tr>
  15. <td>
  16. <s:radio label="Available Forms"
  17. name="yourForm" list="forms"
  18. listKey="id" listValue="name"/>
  19. </td>
  20. </tr>
  21. <tr align="center">
  22. <td>
  23. <br />
  24. <input type='submit' value='Begin' title='StartInformation' />
  25. </td>
  26. </tr>
  27. </table>
  28. </form>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment