I am developing an app for which there is a common pagination bar (call it
"paginationInclude.jsp") that is included at the bottom of several different
pages.

The pagination include needs to get a "base url" from the including page and
then append a "pagenum" param to that URL to generate the final URL for the
numbers in the pagination bar.

How do I pass the "base url" from the including page - if I use <s:url> tag
to generate the "base url" in the including page how do I retrieve that in
paginationInclude.jsp and how do I just attach an extra param to the base
url in "paginationInclude.jsp" to generate the new url?

Thanks
Srinivas
-- 
View this message in context: 
http://www.nabble.com/-S2--Passing-URL-as-parameter-between-JSP-pages-tf4167563.html#a11856984
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to