Hello all.
I recently started really getting into Portlets, and made my first portlet with one HTML form on it to submit some stuff back to the portlet. However, the processAction method of my portlet was not called upon form submission. Then, I googled around a bit and found some discussions implying that I should send the form with the HTTP POST method, for the processAction to get executed.
Now I'm wondering if this is a requirement set by the JSR 286? I skimmed trough the spec, but couldn't find anything about this. So, what's the deal here? Is this a requirement by the spec, or is this something that the spec leaves for the portal implementor to choose on, or is Liferay in violation of the JSR 286 by not accepting form submissions with the GET method?
Please sign in to flag this as inappropriate.