Have you tried not setting title attributes?  Or setting them to  ?
There might also be a parameter to turn them off, it isn't something I've
tried, but I'd look through the documentation, all the settings are
documented there.
  (*Chris*)

2010/10/17 Edward King <zhan...@neusoft.com>

>  I want to use displaytag to show some information,like follows:
> <display:table name="studentInfos" pagesize="10"
>    requestURI="studentInfo.action">
>    <display:column property="name" title="name" />
>    <display:column property="age" title="age" />
>    <display:column property="score" title="score" />
> </display:table>
>
> it will show following information
> name   age   score
> peter    27      95.5
> rose      18     99
> jack      20       80
>
> Now I don't want to show table header,I only want displaytag to show record
> with no header,like follows:
>  peter    27      95.5
> rose      18     99
> jack      20       80
>
> How to correct above code?  Thanks!
>
>
>
>
> ---------------------------------------------------------------------------------------------------
> 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.
> ---------------------------------------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to