wicket:containers as ajax targets

2014-01-17 Thread Steve
I'm wondering if there's a better solution to the way I've been solving a particular problem. When using listviews within a table I quite often do something like this: table wicket:container wicket:id=list tr tdrow 1/td /tr tr tdrow 2/td

Re: wicket:containers as ajax targets

2014-01-17 Thread Sebastien
Hi, You can use, tbody as a replacement for wicket:container Best regards, Sebastien On Sat, Jan 18, 2014 at 12:42 AM, Steve shadders@gmail.com wrote: I'm wondering if there's a better solution to the way I've been solving a particular problem. When using listviews within a table I

Fwd: wicket:containers as ajax targets

2014-01-17 Thread Sebastien
-- Forwarded message -- From: Sebastien seb...@gmail.com Date: Sat, Jan 18, 2014 at 3:19 AM Subject: Re: wicket:containers as ajax targets To: shadders@gmail.com Yes it will and yes this is valid !ELEMENT TABLE http://www.w3.org/TR/html4/struct/tables.html#edef-TABLE

Re: Fwd: wicket:containers as ajax targets

2014-01-17 Thread Steve
: wicket:containers as ajax targets To: shadders@gmail.com Yes it will and yes this is valid !ELEMENT TABLE http://www.w3.org/TR/html4/struct/tables.html#edef-TABLE - - (CAPTION?, (COL*|COLGROUP*), THEAD?, TFOOT?, TBODY+) http://www.w3.org/TR/html4/sgml/dtd.html However, you should