Yes, I need to put a link on the entire column (so a link for each item).  Thanks for the advice, I'll generate the URL as you have specified.  Thanks.

 Jade
Rick Herrick <[EMAIL PROTECTED]> wrote:

Jadeler wrote:
> I just started working with the display tag libraries.
>
> Is there a recommended way of adding more than one parameter to the URL
> within the column? For example, I was wondering if I can achieve
> something like :
>
> http://localhost:8080/testapp/PolicySearchResultDetail.b2b?id=123&anotherId=432
>
> Currently, I have it setup like:
>
> paramProperty="policyNumber" title="Policy Number"
> class="s-results-text-information" sortable="true">
>
>
>


Jade,

You can do it, but not with the param* attributes. You'll actually need
to construct the URL within the column tag (note: I'm assuming the url
attribute makes each item in the column a link, that is, the url attribute
is NOT used for constructing the sorting link; I haven't used it though).
So it should look something like this:


&anotherId=432">





I think that'll get you what you want...

--
Rick Herrick
[EMAIL PROTECTED]

I haven't got time for inner peace.

"No reasonable definition of reality could be expected to permit
this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935



_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user


Share your photos with the people who matter at Yahoo! Canada Photos
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to