Java Reference
In-Depth Information
Figure 4-5. The Create a New Opportunity web page
Listing 4-5. The code for opportunityCreate.jsp
<%
String accountName = (String)request.getAttribute("accountName");
%>
<html>
<head>
<title>Telesales Demo (Google App Engine for Java)</title>
<link rel="stylesheet" type="text/css"
href="/stylesheets/styles.css"/>
</head>
<body>
<span class="nav"><a
href="telesales?action=accountDisplay&accountId=<%=
request.getParameter("accountId") %>">Back</a></span><p/>
<span class="title">Create a New Opportunity</span>
<p/>
<form method="post"
action="telesales?action=opportunityCreateDo&accountId=<%=
request.getParameter("accountId") %>">
Search WWH ::




Custom Search