[Wicket-user] setRenderBodyOnly() not work on ListView ?

2006-07-07 Thread Ingram Chen
I search old mailing list and found that setRenderBodyOnly(true) on ListView can turning off produced repeat wrapper tag. But after trying, it doesn't work.Is this intended ? or I just miss something ? Thanks in advance.-- Ingram ChenJava [EMAIL PROTECTED]Institue of BioMedical Sciences Academia

Re: [Wicket-user] setRenderBodyOnly() not work on ListView ?

2006-07-07 Thread Martijn Dashorst
item.setRenderBodyOnly(true) A listview doesn't have markup of its own. Martijn On 7/7/06, Ingram Chen [EMAIL PROTECTED] wrote: I search old mailing list and found that setRenderBodyOnly(true) on ListView can turning off produced repeat wrapper tag. But after trying, it doesn't work.

Re: [Wicket-user] setRenderBodyOnly() not work on ListView ?

2006-07-07 Thread Ingram Chen
Ouch! My bad... I think this had become a FAQ... may be let ListView.setRenderBodyOnly() throw UnsupportedOperationException(Please use ListItem instead) forbetter clarity ? On 7/7/06, Martijn Dashorst [EMAIL PROTECTED] wrote: item.setRenderBodyOnly(true)A listview doesn't have markup of its