aspose file tools
The moose likes JSP and the fly likes Sorting Lost when adding  link to display tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Sorting Lost when adding  link to display tag" Watch "Sorting Lost when adding  link to display tag" New topic
Author

Sorting Lost when adding link to display tag

Rajani Deshpande
Ranch Hand

Joined: May 08, 2000
Posts: 45
Hi,
Sorting works fine when I dont use the link..
but when I add the link, it fails.. I am not sure why.. any pointers??

<display:column title="Partner" sortable="true" headerClass="ColumnHdg" >
<%
java.util.HashMap params = new java.util.HashMap();
params.put("methodToCall", "getPartnerHomeInfo");
params.put("Tab","partnerHome");
params.put("Home","partnerList");
params.put("id",PartnerID);
pageContext.setAttribute("paramsName", params);
%>
<html:link page="/partnerHome.do" name="paramsName" scope="page" >
<c ut value="${partner.PARTNER_NAME_VALUE}"/></html:link>
</display:column>

Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Sorting Lost when adding link to display tag
 
Similar Threads
use html:link pass two param
pageContext problem
passing bean:param and input parm
Struts html:link problem
geting only l;ast vale from hashmap