Thanks Matt,
It's working 100%

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt
Raible
Sent: 27 August 2007 05:07 PM
To: [email protected]
Subject: Re: [appfuse-user] how to Change the href vaue to a column
property in List page

What does your current syntax produce? This may help you figure out
how to have full control over the URL produced:

http://displaytag.sourceforge.net/11/tut_implicitobjects.html

Matt

On 8/27/07, Srini Bobbala <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi,
>
> I got URL column in database which stores the path of the "pdf"
documents,
>
> When I click the row in list page, it supposes to open the pdf
document.
>
>
>
> How can I change the href value to url column value, itried with
> $interConnectReport.url for href but its not working,
>
>
>
> Here the code
>
>
>
> <display:table name="interConnectReports" class="table" requestURI=""
> id="interConnectReportList" export="true" pagesize="25">
>
>     <display:column property="id" sortable="true"
> href="editInterConnectReport.html" media="html"
>
>         paramId="id" paramProperty="id"
titleKey="interConnectReport.id"/>
>
>     <display:column property="id" media="csv excel xml pdf"
> titleKey="interConnectReport.id"/>
>
>     <display:column property="name" sortable="true"
> titleKey="interConnectReport.name"/>
>
>     <display:column property="url" sortable="true"
> titleKey="interConnectReport.url"/>
>
>
>
>     <display:setProperty name="paging.banner.item_name"
> value="interConnectReport"/>
>
>     <display:setProperty name="paging.banner.items_name"
> value="interConnectReports"/>
>
>
>
>     <display:setProperty name="export.excel.filename"
> value="InterConnectReport List.xls"/>
>
>     <display:setProperty name="export.csv.filename"
> value="InterConnectReport List.csv"/>
>
>     <display:setProperty name="export.pdf.filename"
> value="InterConnectReport List.pdf"/>
>
> </display:table>
>
>
>
>
>
> Early response much appriciated,
>
> Regards,
>
> Srini.
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to