Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
-
Liferay 4.1.2, Fedora Core 4
-
Important
Description
It appears as though "specifying a method on a submit button" does now work.
But, specifying a method for an action on a link does not work.
<a href="<s:url action="ActionName" method="myMethod"/>">Click Me</a>
We are using liferay 4.1.2. Upon page creation, the url looks something like this.
The parameter '_SampleStruts2Portlet_WAR_samplestruts2portlet_struts.portlet.action'=%2Fview%2FActionName and this link will not call the myMethod method, it will instead call the exectue method of ActionName, however if we change the url manually to