Re: [Wicket-user] Dataview and panels

2007-07-04 Thread Igor Vaynberg
-igor -ed -- Date: Wed, 4 Jul 2007 19:56:56 -0700 From: [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Dataview and panels On 7/4/07, *Ed _* <[EMAIL PROTECTED]> wrote: I am trying to render two columns of panels of a given type on a page. I want to use t

Re: [Wicket-user] Dataview and panels

2007-07-04 Thread Ed _
Maybe this helps---| _<>_ ||| P1 | | P2 | || - --- || _ | || P3 | | P4 | | | - --- || _ | || P5 | | P6 |

Re: [Wicket-user] Dataview and panels

2007-07-04 Thread Igor Vaynberg
On 7/4/07, Ed _ <[EMAIL PROTECTED]> wrote: I am trying to render two columns of panels of a given type on a page. I want to use the dataview to get the content from the DB and make use of the pagenavigation. I want to set up a maximum of 5 panels per column and essentially have navigation to

[Wicket-user] Dataview and panels

2007-07-04 Thread Ed _
I am trying to render two columns of panels of a given type on a page.I want to use the dataview to get the content from the DB and make use of the pagenavigation.I want to set up a maximum of 5 panels per column and essentially have navigation to the next page if there is more to render.All e