I suggest you try the other method proposed - set the basic.show.header
property to false.
I didn't look at the configuration. My suggestion was a workaround.

Cheers,
Narcis

2009/6/19 Edward King <zhan...@neusoft.com>

>  How to change the css style for the th to be invisibile?  Would you give
> me an example?
>
> Thanks in advance!
>
> ----- Original Message -----
> *From:* Paslaru Narcis <paslaru.nar...@gmail.com>
> *To:* displaytag-user@lists.sourceforge.net
> *Sent:* Friday, June 19, 2009 3:56 PM
> *Subject:* Re: [displaytag-user] How to show data without column name?
>
> Hi,
>
> I don't know if displaytag supports it by default, but one workaround would
> be to change the css style for the th to be invisibile.
>
> Cheers,
> Narcis
>
> 2009/6/19 Edward King <zhan...@neusoft.com>
>
>>  If I use following code,
>> <% request.setAttribute( "test", new TestList(10, false) ); %>
>> <display:table name="test">
>>   <display:column property="id" title="ID" />
>>   <display:column property="name" />
>>   <display:column property="email" />
>> </display:table>
>>
>> It will show following result, column name plus data
>> ID         Name              Email
>> 42109   Diam  Ipsum    diam-ip...@eirmod.com
>> 41756   Elitr  Sed         elitr-...@eirmod.com
>>
>> I only want to show data without column name,like follows:
>>  42109   Diam  Ipsum    diam-ip...@eirmod.com
>> 41756   Elitr  Sed         elitr-...@eirmod.com
>>
>> I want to know if Displaytag support it? If it support,how to correct my
>> code?
>>
>> Thanks
>> Best regards,
>> Edward
>>
>>
>>
>> ---------------------------------------------------------------------------------------------------
>> Confidentiality Notice: The information contained in this e-mail and any 
>> accompanying attachment(s)
>> is intended only for the use of the intended recipient and may be 
>> confidential and/or privileged of
>> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader 
>> of this communication is
>> not the intended recipient, unauthorized use, forwarding, printing,  
>> storing, disclosure or copying
>> is strictly prohibited, and may be unlawful.If you have received this 
>> communication in error,please
>> immediately notify the sender by return e-mail, and delete the original 
>> message and all copies from
>> your system. Thank you.
>> ---------------------------------------------------------------------------------------------------
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensing option that enables unlimited
>> royalty-free distribution of the report engine for externally facing
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> _______________________________________________
>> displaytag-user mailing list
>> displaytag-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>>
>>
>  ------------------------------
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
>
> ------------------------------
>
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
> ---------------------------------------------------------------------------------------------------
> Confidentiality Notice: The information contained in this e-mail and any 
> accompanying attachment(s)
> is intended only for the use of the intended recipient and may be 
> confidential and/or privileged of
> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of 
> this communication is
> not the intended recipient, unauthorized use, forwarding, printing,  storing, 
> disclosure or copying
> is strictly prohibited, and may be unlawful.If you have received this 
> communication in error,please
> immediately notify the sender by return e-mail, and delete the original 
> message and all copies from
> your system. Thank you.
> ---------------------------------------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to