Re: [Wicket-user] ListView containing BookmarkablePageLink items

2006-03-25 Thread Juergen Donnerstag
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

Re: [Wicket-user] ListView containing BookmarkablePageLink items

2006-03-24 Thread Igor Vaynberg
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

[Wicket-user] ListView containing BookmarkablePageLink items

2006-03-24 Thread Matthias Albert
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