Re: How to add component without html wicket:id?

2013-10-06 Thread mike.hua
Thanks a lot for Francois Paul's help. I'll learn about it and have a try! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-component-without-html-wicket-id-tp4661717p4661726.html Sent from the Users forum mailing list archive at Nabble.com.

Re: How to add component without html wicket:id?

2013-10-05 Thread Francois Meillet
You should read https://cwiki.apache.org/confluence/display/WICKET/ListView+and+other+repeaters and http://www.wicket-library.com/wicket-examples/repeater/ François Meillet Formation Wicket - Développement Wicket Le 5 oct. 2013 à 11:31, mike.hua hz...@sohu.com a écrit : I want to add a

Re: How to add component without html wicket:id?

2013-10-05 Thread Paul Bors
See also chapter 12 Displaying multiple items with repeaters of the Wicket Free Guide: http://wicket.apache.org/guide/ ~ Thank you, Paul C Bors On Oct 5, 2013, at 7:08, Francois Meillet francois.meil...@gmail.com wrote: You should read