On 03/28/2011 04:28 PM, Naveen Namburi wrote:
> <
> display:column property="AAA" title="ColumnName" sortable="true" />

No, it does not work.

Your code will generate:
=====================================
<TD> AAA value in action form </TD>

Title is for the column name shown in table. Sort is for sorting. But 
this is *NOT* what I need.

I need compiled or displaytag generated results to:

<TD name="xyz" id="xyz">AAA value in action form</TD>

"xyx" will be used for jquery later!

I need displaytag to allow name & ID in <TD> but not property neither 
title.

Regards,
--
Emi Lu








>
>     Hi Naveen,
>
>     I tried:
>
>     <display:column property="abc" titleKey="abc" >
>
>     But I still *cannot* get:
>     =========================
>     <td name="abc" id="abc">...
>
>     The result is:
>     ========================
>     <td>...
>
>     Could you please put your code that can generate "name" & "id" for
>     <TD> please?
>
>     Thank you,
>     --
>     Emi Lu
>
>
>
>
>     On 03/28/2011 12:51 PM, Naveen Namburi wrote:
>
>         use title attribute directly or titleKey attribute to get from
>         properties file
>         Thanks,
>         Naveen.
>
>         On Mon, Mar 28, 2011 at 10:26 AM, Emi Lu
>         <em...@encs.concordia.ca <mailto:em...@encs.concordia.ca>
>         <mailto:em...@encs.concordia.ca
>         <mailto:em...@encs.concordia.ca>>> wrote:
>
>             Good morning List,
>
>             May I know how to provide a column name or id to
>         "<display:column ...>"
>             please?
>
>             E.g.,
>
>         <display:column property="abc" name="abc" id="abc">
>
>             But I got an exception, complaining that "name" does not
>         supported by
>         "<display:column>".
>
>
>             What I need is:
>
>         <TR>
>         <TD name="abc" id="abc">.... </TD>
>
>             Thanks a lot!
>
>             --
>             Emi Lu
>
>
>           
> ------------------------------------------------------------------------------
>             Enable your software for Intel(R) Active Management
>         Technology to
>             meet the
>             growing manageability and security demands of your
>         customers. Businesses
>             are taking advantage of Intel(R) vPro (TM) technology - will
>         your
>             software
>             be a part of the solution? Download the Intel(R)
>         Manageability Checker
>             today! http://p.sf.net/sfu/intel-dev2devmar
>             _______________________________________________
>             displaytag-user mailing list
>         displaytag-user@lists.sourceforge.net
>         <mailto:displaytag-user@lists.sourceforge.net>
>         <mailto:displaytag-user@lists.sourceforge.net
>         <mailto:displaytag-user@lists.sourceforge.net>>
>
>         https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
>
>
>     --
>     Emi Lu, ENCS, Concordia University, Montreal H3G 1M8
>     em...@encs.concordia.ca <mailto:em...@encs.concordia.ca> +1 514
>     848-2424 <tel:%2B1%20514%20848-2424> x5884
>
>


-- 
Emi Lu, ENCS, Concordia University, Montreal H3G 1M8
em...@encs.concordia.ca        +1 514 848-2424 x5884

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and publish 
your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to