> How do you make repeating view to repeat the items horizontally? The
> number
> of items is not known at the time of creating the markup.

Repeaters do not care about horizontal vs. vertical; it all comes down to the 
markup.

E.g. you can have a ListView which generates a sequence of table cells:

<tr><td wicket:id="myList"><span wicket:id="subelement">Subelement 
here</span></td></tr>

where you have a new ListView<Foo>("myList", ...)

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to