You should read these very good documentation http://wicket.apache.org/guide/guide/single.pdf http://www.wicket-library.com/wicket-examples-6.0.x/repeater/
François Meillet Formation Wicket - Développement Wicket Le 27 mai 2014 à 09:16, kumar ramanathan <[email protected]> a écrit : > Thanks, > The serializable error resolved once it has been implemented. I have the > error in the below add component still(which is in bold font).Please help me > on this. > > repeatingView*.add(n*ew Label(repeatingView.newChildId(), bean.getId())); > repeatingView.add(new > Label(repeatingView.newChildId(),* > bean.getName()));* > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Errors-in-data-view-req-for-help-to-fix-the-error-in-code-tp4666025p4666027.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
