See DataTable and friends.

Martijn

On Sat, Jul 12, 2008 at 4:19 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote:
> I build a table like this:
>
>
>
> <table width="100%" cellpadding="0" cellspacing="0" border="0">
>
> <tr>
>
>                                <td class="pad5 bld"><wicket:message
> key="dateTitle"/></td>
>
>                                <td><wicket:message
> key="timeTitle"/></td>
>
>                                <td><wicket:message
> key="statusTitle"/></td>
>
>                                <td>&nbsp;</td>
>
>                </tr>
>
>                                <tr wicket:id="recurringEvents">
>
>                                <td wicket:id="date" class="grytop
> pad5">[Date]</td>
>
>                                <td wicket:id="time"
> class="grytop">[Time]</td>
>
>                                <td wicket:id="status"
> class="grytop">[Status]</td>
>
>                                <td ><a wicket:id="replyNow"
> class="guestlink"><span wicket:id="reply" /></a>&nbsp;</td>
>
>                </tr>
>
> </table>
>
>
>
> Now, there are certain columns I need to hide in certain circumstances.
> I have no problem hiding the 'content' of certain columns by setting the
> particular value to empty in my dataprovider. However, I would like to
> hide the entire column including the header  - how can that be done?
>
>
>
> Thanks!
>
>
>
> Michael
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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

Reply via email to