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