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:
    <display:column url="" paramId="id" paramProperty="policyNumber" title="Policy Number" class="s-results-text-information" sortable="true">
        <c:out value="${item.productCode}" />
        <c:out value="${item.policyNumber}" />
    </display:column>

Thanks.

Jade


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