Hello,
I have to implement a dynamic table: depending on user choices or values of
fields in database, the number of columns could change.
e.g. In same case I can have 3 columns containing Labels or in other cases 5
containing Labels and form components(and so on).
To do that I'm using a ListView inside a WebMarkupContainer(I need to
implements some ajax behavior too)
The problems is that wicket require a exact match between components added to
the form object or page and markup items inside the relative html page
Someone of you has already faced that problems?
Any suggestion?

Many Thanks 
Andrea 

Reply via email to