Java Reference
In-Depth Information
property="addressLine1" /></TD>
</TR>
<TR>
<TD>addressLine2</TD>
<TD><jsp:getProperty name="purchase"
property="addressLine2" /></TD>
</TR>
<TR>
<TD>addressLine3</TD>
<TD><jsp:getProperty name="purchase"
property="addressLine3" /></TD>
</TR>
<TR>
<TD>postCode</TD>
<TD><jsp:getProperty name="purchase"
property="postCode" /></TD>
</TR>
<TR>
<TD>orderItem</TD>
<TD><jsp:getProperty name="purchase"
property="orderItem" /></ TD>
</TR>
<TR>
<TD>quantity</TD>
<TD><jsp:getProperty name="purchase"
property="quantity" /></TD>
</TR>
</TABLE>
<BR><BR>
<FORM METHOD=GET ACTION="Acceptance.html">
<!--
When confi rm button pressed,
display Acceptance.html.
-->
<INPUT TYPE="submit" VALUE="Confi rm">
</FORM>
</BODY>
</HTML>
Output is shown in Fig. 10.8 . (As noted earlier, the user in this simple example
can change the order only by using the browser's 'back' button!)
All that remains now is to show the code for a simple acceptance Web page
(which really is minimalistic):
Search WWH ::




Custom Search