wicket:container, wicket:container pls any clearer references? kinda stuck

On Sat, May 22, 2010 at 4:11 AM, Matthew R Hanlon <mrhan...@gmail.com>wrote:

> If you don't need ajax updating you can use <wicket:container> to attach
> the listview.  It won't acutally get rendered.
>
>
> On May 21, 2010, at 10:07 PM, Ayodeji Aladejebi wrote:
>
> > Hi,
> > pls what type of repeater can I use for markups like these
> >
> > <h2>Heading 1</h2>
> > <div>Body 1</>
> >
> > <h2>Heading 2</h2>
> > <div>Body 2</>
> >
> > <h2>Heading 3</h2>
> > <div>Body 3</>
> >
> > ListView normally generates these
> >
> > <div>
> > <h2>Heading 1</h2>
> > <div>Body 1</>
> > </div>
> >
> > <div>
> > <h2>Heading 2</h2>
> > <div>Body 2</>
> > </div>
> >
> > <div>
> > <h2>Heading 3</h2>
> > <div>Body 3</>
> > </div>
>
>
> ---
>
> Matthew R Hanlon
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to