Wicket 6 ListItem add CSS

2013-05-31 Thread Tommy Sadiq Hinrichsen
Hey I'm trying to add a css class to a tr field inside a ListView. Here is the code add(new ListViewFinanceAccount(financeAccounts, new FinanceAccountListModelWithSum()) { @Override protected void populateItem(ListItemFinanceAccount itemOuter) {

Re: Wicket 6 ListItem add CSS

2013-05-31 Thread Sven Meier
Put the wicket id on the tr tag: tr wicket:id=financeAccounts td span wicket:id=accountNumber/span /td td span wicket:id=accountName/span /td td