Hello,
 
I have this code toward the bottom of the ViewOrder.jsp(newOrder.shtml):
<td><bean:write name="item" property="quantity"/></td>
<td><bean:write name="item" property="unitPrice" format="$#,##0.00"/></td>
<td><bean:write name="item" property="total" format="$#,##0.00"/></td>
 
The quantity and unitPrice are displaying, but I can't get the total to display. I checked the calculateTotal() function in the LineItem.java and it looks like it should be working. I'm assuming that this total should work the same as the cart total (which does work), so I'm stumped. Anyone have any ideas on it?
 
Thanks in advance,
MW


New Yahoo! Messenger with Voice. Call regular phones from your PC for low, low rates.

Reply via email to