wicket tries not to apply any magic. try
whatever
wicket will not automatically convert into body
Juergen
On 3/24/06, Matthias Albert <[EMAIL PROTECTED]> wrote:
> Trying to create a ListView that shows a dynamically created list of
> BookmarkablePageLink items, I first tried a list of labels, w
change to labels work by replacing the body of the tag they are attached to, since doesnt have a body there is no visible output.
-IgorOn 3/24/06, Matthias Albert <[EMAIL PROTECTED]> wrote:
Trying to create a ListView that shows a dynamically created list ofBookmarkablePageLink items, I first tri
Trying to create a ListView that shows a dynamically created list of
BookmarkablePageLink items, I first tried a list of labels, which seems
to be easier.
My java code looks like this:
List list = new ArrayList();
list.add("alpha");
list.add("beta");
list.add("gamma");
List