On Mon, 19 Nov 2007, Alexander Landsnes Keül wrote:
> Basically they can choose if they want dropdowns, textfields etc. Is
> there a way to support this? I'm thinking of adding the panels they
> want to a ListView, and my thought was to add the Components they
> specify to a ListView in the panels.

I'm not sure if Wicket would be ideal for this, but you 
could look at repeaters (of which ListView is one) in 
general.

> The problem I'm having here is that that does require a markup for the
> panels, which I'm not quite certain how to handle. Does anyone have
> any pointers as to how I might go about doing this?

Each component should have its own markup. A suitable 
repeater might then be able to dynamically determine which
components it contains.

Another possibility is to make components output their own
markup: there was an example on this list recently.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to