Add list item values

2008-05-06 Thread tsuresh
)); } }; add(data); add(new Label(cr, String.valueOf(totalCredit))); thanks tsuresh -- View this message in context: http://www.nabble.com/Add-list-item-values-tp17078026p17078026.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Add list item values

2008-05-06 Thread Maurice Marrink
()); totalCredit = totalCredit + bill.getCredit(); item.add(new Label(credit, creditValue)); } }; add(data); add(new Label(cr, String.valueOf(totalCredit))); thanks tsuresh -- View this message in context: http://www.nabble.com/Add-list