I have fixed this myself, I was using the <portlet:actionURL> tag in my form action (submit button in jsp) when I should have been using <portlet:renderURL>.
Type: Posts; User: moople; Keyword(s):
I have fixed this myself, I was using the <portlet:actionURL> tag in my form action (submit button in jsp) when I should have been using <portlet:renderURL>.
Hi
Im trying to use my own ParameterHandlerMapping class to move to a specific controller (extends AbstractController) based on a submitted request parameter. The transfer to the controller works...