Is there a way to set ListView not to output span repeater tag

2008-03-19 Thread Fatih Mehmet UÇAR
Hi, I want to generate an html code like below, but when I use repeaters or ListView repeater I have to surround A tag with a span or tr Is there a way to set the ListView not to output the repeater tag, say span tag if I am using span tag around the a tag. Thanks. Fatih dynamic

Re: Is there a way to set ListView not to output span repeater tag

2008-03-19 Thread Igor Vaynberg
onpopulateitem(item item) { item.setrenderbodyonly(true); } -igor On Wed, Mar 19, 2008 at 5:12 PM, Fatih Mehmet UÇAR [EMAIL PROTECTED] wrote: Hi, I want to generate an html code like below, but when I use repeaters or ListView repeater I have to surround A tag with a span or tr Is

Re: Is there a way to set ListView not to output span repeater tag

2008-03-19 Thread djo.mos
Or use wicket:container as the repeating element, instead of span ;-) -- View this message in context: http://www.nabble.com/Is-there-a-way-to-set-ListView-not-to-output-%3Cspan%3E-repeater-tag-tp16168409p16169452.html Sent from the Wicket - User mailing list archive at Nabble.com.