exactly. the problem is on the client side.

I don't know a really good solution but these workaround could solve it:
- turn off generating "wicket:" tags:
Application.get().getMarkupSettings().setStripWicketTags(true);
- don't use table at all, use divs instead
- use separate templates for development and production environment.
only in production environment (where rendering "wicket:" tags is
disabled) use table tags.


2011/3/1 Josh Kamau <joshnet2...@gmail.com>:
> Thanks Zoltan,
>
> How did you resolve the issue? In my case ,  the entire <table></table> tag
> is removed. If i put a test label just outside the <table> tag, it is
> displayed.
>
> Josh.
>


-- 
Zoltán Nagy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to