Java Reference
In-Depth Information
Figure 9-12.
We still need to modify the other JSPs to display the employee gross salary and tax amounts.
17.
Add the statements to DispEmpGrossJSP and DispEmpTaxAmtJSP that were added to
DispEmpInfoJSP in steps 3 and 4.
18.
Replace the current text in DispEmpGrossJSP with “The gross salary for” and
DispEmpTax-AmtJSP's current text with “The tax amount for.”
19.
Center the text on the pages.
20.
In DispEmpGrossJSP and DispEmpTaxAmtJSP, add an expression so that the employee's
name appears after the text.
21.
In DispEmpGrossJSP and DispEmpTaxAmtJSP, add an expression so that the appropriate
value appears in bold and centered beneath the text.
22.
Test by entering the information in Figure 9-9 and selecting the Gross and
TaxAmt functions.
The results should look like Figures 9-13 and 9-14 .
 
Search WWH ::




Custom Search