Total Pageviews

Friday, January 27, 2012

Getting URL Parameter Values

In straight way, our portlet does not have access to the URL parameter. The reason behind it is - requests are forwarded to portlets which are namespaced and portlets only have access to their namespaced parameters.

Things can be achived by hook or crook ;)

In JSP:
In a Controller class:
render() method
processAction() method
Hopefully will help you out someday. :)

No comments:

Post a Comment