Re: PageableListView with two rows

2013-06-14 Thread Pierre Goupil
Thanks to both of you! I've managed to do what I liked. It's a little bit unusual for me, but it's clean and it works. Cheers men, Pierre On Tue, Jun 11, 2013 at 5:06 PM, Eric Jablow wrote: > ListView and its subclasses do not require the use of tables. If another > style of markup is useful

Re: PageableListView with two rows

2013-06-11 Thread Eric Jablow
ListView and its subclasses do not require the use of tables. If another style of markup is useful, use that. You can have a with nested s, In fact, you could create a ProfilePanel and use a div for each. On Mon, Jun 10, 2013 at 6:06 PM, Dan Retzlaff wrote: > Maybe I just don't understand you

Re: PageableListView with two rows

2013-06-10 Thread Dan Retzlaff
PageableListView with a that wraps your two s. > > Use item.setRenderBodyOnly(true) to prevent the from being rendered > > so your table markup is still valid. > > > > Dan > > > > > > On Mon, Jun 10, 2013 at 12:49 PM, Pierre Goupil >

Re: PageableListView with two rows

2013-06-10 Thread Pierre Goupil
> Dan > > > On Mon, Jun 10, 2013 at 12:49 PM, Pierre Goupil >wrote: > > > Good evening, > > > > Is there a way to have a PageableListView with two rows? > > > > Here is my code: > > > > final PageableListView columnListView = new >

Re: PageableListView with two rows

2013-06-10 Thread Dan Retzlaff
to have a PageableListView with two rows? > > Here is my code: > > final PageableListView columnListView = new > PageableListView( > "columnListView", secondLine, SearchPage.RESULTS / 2) > { > private static final long seria

PageableListView with two rows

2013-06-10 Thread Pierre Goupil
Good evening, Is there a way to have a PageableListView with two rows? Here is my code: final PageableListView columnListView = new PageableListView( "columnListView", secondLine, SearchPage.RESULTS / 2) { private static final long serialVersi