Java Reference
In-Depth Information
'<jsp:getProperty name="ProcessNABean"
property="username"/>'
size=30>
</TD>
<TD height=43 colspan=2 vAlign=bottom>
Choose a password<BR><INPUT name=password size=20>
</TD>
</TR>
<TR>
<TD vAlign=bottom>
EMail Address<BR><INPUT maxLength=30 name=email
value='<jsp:getProperty name="ProcessNABean"
property="email"/>'
size=30>
</TD>
</TR>
<TR>
<TD height=43 vAlign=bottom>
Street Address<BR><INPUT name=street
value=
'<jsp:getProperty name="ProcessNABean"
property="street"/>'
size=30>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
Note
Listing 13-8 is only partial, showing the basic workings of the JSP page. Substitute this
into Listing 13-5 , and implement the additional lines for the remaining properties to
create a complete form.
Figure 13-2 shows the use of the original form as a means of providing interactive feedback to the user.
This kind of user feedback is important in terms of ensuring that a user will take the trouble to complete
a form instead of simply surfing on.
Search WWH ::




Custom Search