done
-Igor


On 3/19/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
Hi,

I noticed that HeadersToolbar from wicket-extensions breaks layout of
certain tables because it renders html like
<tr>
   <span>
     <th>..</th>
   </span>
   <span>
     <th>..</th>
   </span>
</tr>

The layout breaks when the table (resp. the container holding it) is
replaced by ajax. The solution is to do item.setRenderBodyOnly(true) in
HeadersToolbar constructor. Should I fill a bug report?

-Matej


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to