Given a simple table:

 

        <dt:table list="${ types}" id="type" class="display"
pagesize="10" requestURI="${url}" sort="list">

            <dt:column property="id" title="ID" sortable="true"/>

            <dt:column property="name" title="Name" sortable="true"/>

            <dt:column property="baseTypeName" title="Base Type"
sortable="true"/>

        </dt:table>

 

Say I have 100 items in my list, and I want to go to Page 3 of the list.

 

How do I create the URL to go to that page?

 

I look at the URLs generated, and I see things like this:

d-49856-p=2

 

for the page parameter.

 

Now, that's clearly generated.

 

Is that id exposed somehow within the table so I can build it in to a
parameter or something? Or can I specify it to use something specific
rather than this genereated value?

 

Thanx!

 

Regards,

 

Will Hartung

 

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to