Re: setRenderBodyOnly with ListView and attributes

2010-08-22 Thread Igor Vaynberg
DataView instead to avoid that case. Live examples can be reference point for that. -fmu - Original Message - From: J bluecar...@gmx.com To: users@wicket.apache.org Sent: Saturday, August 21, 2010 4:44 PM Subject: Re: setRenderBodyOnly with ListView and attributes Here is the complete

Re: setRenderBodyOnly with ListView and attributes

2010-08-22 Thread J
wicket:container. - Original Message - From: Igor Vaynberg Sent: 08/22/10 11:22 PM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes listviews have nothing to do with tables, they are generic repeaters. here is the solution html body div

Re: setRenderBodyOnly with ListView and attributes

2010-08-22 Thread Igor Vaynberg
@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes listviews have nothing to do with tables, they are generic repeaters. here is the solution html body div class=products div wicket:id=products class=product span wicket:id=product class=product/span /div /div

Re: setRenderBodyOnly with ListView and attributes

2010-08-22 Thread J
@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes first you have to prove that either of those cases is a violation, i do not see either one of them as being one. -igor On Sun, Aug 22, 2010 at 2:40 PM, J bluecar...@gmx.com wrote: That will work, but I already knew

Re: setRenderBodyOnly with ListView and attributes

2010-08-22 Thread Igor Vaynberg
, the developer has to wrap extra divs around some elements. - Original Message - From: Igor Vaynberg Sent: 08/23/10 01:26 AM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes first you have to prove that either of those cases is a violation, i do

setRenderBodyOnly with ListView and attributes

2010-08-21 Thread J
hi, I want to have Wicket to generate the following HTML precisely: div class=products div class=product./div div class=product./div div class=product./div div class=product./div /div But with my code, I don't get further than: div div class=product./div div

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread Fatih Mehmet UCAR
AttributeAppender class will help you to acheive that. -fmu - Original Message - From: J bluecar...@gmx.com To: users@wicket.apache.org Sent: Saturday, August 21, 2010 2:24 PM Subject: setRenderBodyOnly with ListView and attributes hi, I want to have Wicket to generate

Re: setRenderBodyOnly with ListView and attributes

2010-08-21 Thread J
: Fatih Mehmet UCAR Sent: 08/21/10 05:02 PM To: users@wicket.apache.org Subject: Re: setRenderBodyOnly with ListView and attributes send your html and java code, there may be other ways of doing this. - Original Message - From: J bluecar...@gmx.com To: users@wicket.apache.org Sent