Hello Will !
On Fri, 30 Apr 2004 13:46:20 -0700, "Will Glass-Husain"
<[EMAIL PROTECTED]> said:
> Hi,
>
> You can do this with CSS. Just set the class of the column to
> "optional".
>
> <display:column width="65" title="Unit Files" property="name"
> class="optional"/>
>
> Then use a stylesheet to set the display CSS property to "none"
Good idea, but I wouldn't have coded it that way.
If JSTL is used, I would instead recommend the following:
<c:if test="${condition}">
<display:column property="x"/>
</c:if>
This doesn't send the data to the user, whereas your option makes the
data available by browsing the source.
Good idea nonetheless !
Bye !
Fran�ois
--
CareerNudge.com - http://www.careernudge.com/
Contact management for your professional and personal life
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id�66&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user