Spring portlet @ActionMapping usage
could please anybody explain, how POST request should be mapped properly ? it is not clear from API documentation. value should be assigned with the value of the action parameter javax.portlet.action @ActionMapping(value = "addDocOrder") public void addDocOrder(@ModelAttribute("order")....... AND next we have "params" (JAVADOC: The parameters of the mapped request, narrowing the primary mapping.) @ActionMapping(params = "action=addDocOrder") public void addDocOrder(@ModelAttribute("order")....... JAVADOC for value() parameter of annotation: The name of the action, according to the Portlet 2.0