how to pass parameters to URL in Portlets?
Hi All,
I am implementing Pagination in JSP using JSR168 portlets . I want to know how to pass parameters to URL ?
The scenario is like this :
I have stored page id and page content as a key value pairs in Model . I am implementing this in JSP as if I click on particular page id link then corresponding content has to display on the same page like in Google.
Anybody can help me about how to pass parameters to URL?
Thanks in advance,
Rajendra T.

