The Pager taglib looks real nice for search results that are generated by
request query params e.g.
http://hostname/MySearchAction.do?param1=2&param2=ABC&etcetc

So I figure, use the html:link tag's paramId, paramName, paramProperty
attributes, but you can only use these for one parameter right? (and the
pager needs one right off the bat!)

And if you feed multiple arguments into your search, you were probably using
a form anyway (I am), so your left doing what? Sticking the search parameter
form into the httpSession? Using javascript to submit the paging requests?

I suspect that storing it in the session is the right answer... but is there
an obvious technique to skin this cat that I'm missing?

TIA

-Joe



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to