<%@ page import="org.wxyc.components.*" %> <%@ page import="org.wxyc.util.*" %> <%@ page import="java.util.*" %> <%! int id = 0; %> <%! Company company; %> <% int id = Integer.parseInt(request.getParameter("id"));%>

Company # <%= id%>

<%@ include file="companyDisplay.jsp"%>

Update this company

<%@ include file="footerLinks.jsp" %>