Mikkel,

You will find more information than you have explicitly asked for here
[1][2] but there is interesting and  instructive material to look at,
especially if you are new to Wicket and evaluating it for your
project.

Regards - Cemal
jWeekend
OO & Java Technologies, Wicket
Consulting, Development, Training
http://jWeekend.com

[1] http://jweekend.com/dev/ArticlesPage
[2] see the Bean Editor movie on http://code.google.com/p/londonwicket/downloads

On 7 May 2010 15:21, Mikkel Lauritsen <ren...@tala.dk> wrote:
>
> Hi all,
>
> I'm evaluating webapp frameworks in order to determine what to use
> when rewriting a large-ish application. Wicket is a serious con-
> testant, but there's one thing that I haven't been able to figure
> out how to do properly: how do I create components that have a
> dynamic list of child components, each child being an instance of
> any subclass of Component (or WebMarkupContainer)?
>
> Basically what I need is to obtain HTML like
>
> <div>
>  markup from first child
>  markup from second child
>  ...
> </div>
>
> Based on the documentation of the RepeatingView class I have tried
> just adding the children to a RepeatingView with
> <div wicket:id="children"></div> as markup, expecting that I would
> get each child rendered inside a div element, but that doesn't
> work - possibly because the markup doesn't contain elements that
> refer to the id's of the child components. It works fine with labels,
> but for example Buttons are not shown at all.
>
> My problem seems to be the same as discussed in
> http://www.mail-archive.com/wicket-u...@lists.sourceforge.net/msg18712.html
> but I unfortunately haven't been able to get further from there.
>
> Any comments and suggestions that you may have are much appreciated.
>
> Best regards & thanks,
>  Mikkel Lauritsen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to