Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5480941
By: rmn190

Hi, All:
    Using displayTag, I want to add Link to one column while summing the same
column. yes, the first time, I gave try to the "href" as the tutorial told,
but it does not work because my link is a compound one, like
"/userDetail.html?name=${person.name}&age=${person.age}".

Yes, it would be like below, if only the Link is what I want:

<display:column ..... >
          <a href = "userDetail.html?name=${person.name}&age=${person.age}"
> ${person.score} </a>
</display:column>

but at the same time,  I want to get the total score for the persons displayed
in the table.

so I try the following way:

<display:column property = "score" total =  "true" />

So, how could I combine summing and linking together? decorator? 

Any suggestion would be appreciated. Thanks in advance! 

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to