You can try wicket:container
<wicket:container wicket:id="foo">
<tr wicket:id="dd">...</tr>
</wicket:container>

http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html#Wicket%2527sXHTMLtags-WicketTags

On Thu, Apr 3, 2008 at 10:28 AM, Scott Sauyet <[EMAIL PROTECTED]> wrote:
> Hi, I'm looking to do exactly what was discussed in a thread a few years ago
> (http://tinyurl.com/3yo43s), namely to dynamically include or exclude a
> group of <TR> tags.
>
>  I can wrap them in a <SPAN> with a WebMarkupContainer, but I like to have
> valid HTML and really don't want the <SPAN> tag in the final output.  The
> thread mentioned seems to imply that this was already committed in 2005, but
> I can't find it in the API.  Component has
>
>     public final boolean getRenderBodyOnly()
>
>  which looks perfect except that it's final.  Am I missing something else
> that allows for this?
>
>  Thanks,
>
>   -- Scott
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Ryan Gravener
http://ryangravener.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to