Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-15 Thread Erik van Oosten
Hi Igor, To ease your life a bit :) I wrote WICKET-71 and updated the wiki (http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html). Thanks for solving WICKET-71 so quickly :) Regards, Erik. -- Erik van Oosten http://www.day-to-day-stuff.blogspot.com/

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-15 Thread Igor Vaynberg
thank you for writing it up and the wiki as well-igorOn 11/15/06, Erik van Oosten [EMAIL PROTECTED] wrote:Hi Igor,To ease your life a bit :) I wrote WICKET-71 and updated the wiki (http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html).Thanks for solving WICKET-71 so quickly :)Regards,

[Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Erik van Oosten
Hello, Is there a particular reason why ListView does not respect the RenderBodyOnly flag? I have something like this: span wicket:id=menuitems span class=menuitem wicket:id=menuitem/span /span I want it to render as: span class=menuitemitem 1/span span

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Johan Compagner
this is asked more.Maybe we can set it through on all the items we create?Or can that be confusing in other situations?johanOn 11/14/06, Ingram Chen [EMAIL PROTECTED] wrote: FAQ.you should use item.setRenderBodyOnly(true) insteadOn 11/14/06, Erik van Oosten [EMAIL PROTECTED] wrote:Hello,Is

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Erik van Oosten
Thanks Ingram. I can not find it on the Wiki. It is also not included in the ListView javadoc. I could have searched the maillists, sorry. Johan Compagner wrote: this is asked more. Maybe we can set it through on all the items we create? Or can that be confusing in other situations? I think

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Ingram Chen
FAQ.you should use item.setRenderBodyOnly(true) insteadOn 11/14/06, Erik van Oosten [EMAIL PROTECTED] wrote:Hello,Is there a particular reason why ListView does not respect the RenderBodyOnly flag?I have something like this: span wicket:id=menuitems span class=menuitem wicket:id=menuitem/span

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Igor Vaynberg
On 11/14/06, Erik van Oosten [EMAIL PROTECTED] wrote: Thanks Ingram.I can not find it on the Wiki. It is also not included in the ListViewjavadoc. I could have searched the maillists, sorry.Johan Compagner wrote: this is asked more. Maybe we can set it through on all the items we create? Or can

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Johan Compagner
ok fine by me by not doing that.it was just an idea. But maybe it would be nice to configure the listview once and list items inherit it (which property it is :)) johan On 11/14/06, Igor Vaynberg [EMAIL PROTECTED] wrote: On 11/14/06, Erik van Oosten [EMAIL PROTECTED] wrote: Thanks Ingram.I can

Re: [Wicket-user] ListView and setRenderBodyOnly

2006-11-14 Thread Igor Vaynberg
override newitem() :)-igorOn 11/14/06, Johan Compagner [EMAIL PROTECTED] wrote: ok fine by me by not doing that.it was just an idea. But maybe it would be nice to configure the listview once and list items inherit it (which property it is :)) johan On 11/14/06, Igor Vaynberg [EMAIL PROTECTED]