Re: Confusion with placeholder tags

2008-12-27 Thread David Ojeda
Thanks Martijn, I had a mixup between those methods. On Sat, Dec 27, 2008 at 10:45 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: setOutputMarkupPlaceholderTag is for ajax refreshes. See setRenderBodyOnly() or use wicket:container in your markup. Martijn On Fri, Dec 26, 2008 at

Confusion with placeholder tags

2008-12-26 Thread David Ojeda
Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am using ListView in order to generate several table rows, but my rendered table has some markup that I wish to eliminate: 1.- the span wicket:id=caption tag, which I thought would be eliminated when calling

Re: Confusion with placeholder tags

2008-12-26 Thread Martijn Dashorst
setOutputMarkupPlaceholderTag is for ajax refreshes. See setRenderBodyOnly() or use wicket:container in your markup. Martijn On Fri, Dec 26, 2008 at 4:02 PM, David Ojeda dojeda-l...@integra.la wrote: Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am