Hi, See AbstractRepeater and its specializations (e.g. RepeatingView, ListView). http://www.wicket-library.com/wicket-examples-6.0.x/repeater/wicket/bookmarkable/org.apache.wicket.examples.repeater.RepeatingPage
On Wed, Sep 19, 2012 at 4:31 PM, fabley <[email protected]> wrote: > Hello, > > I’m pretty new to Wicket and I want to realize the following thing: > > There is a variable number of links which I’d like to show on my page with > only one wicket-id… So that there can be added links in the Java Code > without adding them in my HTML-file. Is there any solution to do this? > > Kind regards > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Variable-number-of-links-with-just-one-wicket-id-tp4652150.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] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
