<%@ page contentType="text/vnd.wap.wml" %> <% /* Obtain the client list from the session. Get the index of the Vector object, representing the specific client, from the URL. For a description of the structure of each Vector object see comments within ClientViewServlet. */ Vector cinfo[] = (Vector[])session.getAttribute("ClientList"); int index = 0; try { index = (int)Integer.parseInt(request.getParameter("ind")); }catch(NumberFormatException nfe) {} %>

Id: <%=cinfo[index].get(0)%>
Address: <%=cinfo[index].get(2)%>