Hi,

I want to create a custom component with a repeater, where the markup for
each item in the repeater is specified by the users of the component, not in
its internal definition.

That is, the internal markup of the component looks like this:



And the component is used with:



So, for each "menu-item", I want to render the custom HTML 


I may want to reuse the same component in other places, but providing
different item markup. Is this possible?

I tried to use a <wicket:border/>, but I guess it wasn't supposed to work
like that...

Thanks.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Component-containing-a-repeater-with-customizable-item-markup-tp4657895.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to