You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by ARK <ar...@gmail.com> on 2008/03/09 17:47:04 UTC

How to get standard parameter from URL

Now I have a requirement that I need to get the parameter from the URL.
For example:
http://localhost:8080/pluto/portal/__ws0x3pluto0x2AboutPortlet!
510736053|0_maximized?update=true

I want the get parameter 'update' and it's value 'true' in the pluto
container. I try to get it in the
PortletEnvironmentService->createRenderRequest, but the
request.getParameter() or request.getParameterValue() doesn't help.

Is there a way to doing this?