Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ taglib prefix="s" uri="/struts-tags"%>
- <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <!-- <title>Available Inventory</title> -->
- </head>
- <LINK REL=StyleSheet HREF="/assets/iunstyle.css" TITLE="iunstyle">
- <body>
- <form action="startInformation">
- <table class="layout" width="400">
- <tr>
- <td>
- <s:radio label="Available Forms"
- name="yourForm" list="forms"
- listKey="id" listValue="name"/>
- </td>
- </tr>
- <tr align="center">
- <td>
- <br />
- <input type='submit' value='Begin' title='StartInformation' />
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment