Hi all,
I want to embed jsp variable in displaytag column for title and have no luck.
Is there anybody know how to do it? Any help will be appreciated.
Here is my code:
<%
String dynamicTitleString="something";
%>
<display:table name="ticketList" class="its" export="true" pagesize="25" >
<display:column property="entry_id" sortable="true" title="Ticket ID"/>
<display:column property="category" sortable="true" title="<%=
dynamicTitleString%>">
</display:column>
<display:column property="type" sortable="true" title="Problem Type"/>
<display:column property="create_date" sortable="true" title="Create
Date"/>
<display:column property="item" sortable="true" title="Item"/>
<display:column property="status" sortable="true" title="Status"/>
</display:table>
Helen
________________________________
This e-mail message, including any attachments, is for the sole use of the
intended recipient(s)
and may contain confidential and privileged information. Any unauthorized
review, copy, use,
disclosure, or distribution is prohibited. If you are not the intended
recipient,
please contact the sender by reply e-mail and destroy all copies of the
original message.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user