Both are OK On Mon, Dec 13, 2010 at 5:39 PM, Brown, Berlin [GCG-PFS] < [email protected]> wrote:
> Should I use wicket:container for a section of html that I want to > include on my page without having a particular tag rendered to the user. > > For example, if I just want to output the text Data without outputting > 'div' or 'span', should I use wicket:container. Or could I use > something like setRenderBodyOnly? > > <wicket:container> > Data > </wicket:container> > > Output HTML: > Data > > > > Berlin Brown >
