Portlet namespace and request parameters

"Nils-Helge Garli Hegvik" <[email protected]> Tue, 2 Dec 2008 06:22:28 +0100
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <[email protected]>
Hi!

I was wondering if pluto should transparently support namespace
encoding of request parameters? I tried adding the portlet namespace
to some form elements, but they returned null when I tried getting
them with portletRequest.getParameter(nonEncodedName). I'm aware that
I don't have to encode form elements, but I believe I have seen other
containers support this. If it does support it, and this is just a bug
in my code, could you please tell me where the "decoding" of the
request parameters happen?

Nils-H