Ok, all working - the bug was as expected, user error.

add(new Label("programProfile", bem.getProgramProfile()));
add(new Label("weightingProfile", bem.getWeightingProfile()));


should've been

item.add(new Label("programProfile", bem.getProgramProfile()));
item.add(new Label("weightingProfile", bem.getWeightingProfile()));

Shows that staring at too much code at 2 am isn't good for you - much better
to go & dig over your veg patch and come back to the problem :-)

-- 
View this message in context: 
http://www.nabble.com/WicketMessage%3A-Expected-close-tag-for-%27%3Ctr-wicket%3Aid%3D%22sorting%22%3E%27-Possible-attempt-to-embed-component%28s%29-%27%3Cspan-wicket%3Aid%3D%22actions%22%3E%27-in-the-body-of-this-component-which-discards-its-body-tf4631132.html#a13233215
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to