Hi All,
 
I have a really strange bug with Pagination and any help will be appreciated. I have a bunch of links in my table, and after I've invoked any of these links the Pagination Links(Next,Last, Prev, 1,2,3, etc...) seem to append the links within the table to their ends.
 
So before I click any of the links in the table the Pagination Links are.
href=""/projectx/listObjects.do?d-11611-p=2&object_number=5
Here's my snippet that's doing the pagination and linking. I think I've got everything in the right place, then why is it appending previous action links to the Pagination Links? As you can tell I'm using struts.
 

<display:table name="beanname" pagesize="10" requestURI="/projectx/listObjects.do" scope="request" decorator="org.whatever.util.ObjectDecorator"  defaultsort="1" class="objectsTable" id="row">
 <display:column property="object_number" title="Object Number" sortable="true"  href="" paramId="object_number"/>
 <display:column property="object_name" title="ObjectName" sortable="true"/>
 <display:column title="Deletion" href="" paramProperty="object_number" paramId="object_number">
 <p> Delete Me </p>
 </display:column>
 <display:setProperty name="sort.behavior" value="list" />
 <display:setProperty name="paging.banner.include_first_last" value="true" />
</display:table>
 
Regards,
 
SJ.


Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes

Reply via email to