Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.0
-
Fix Version/s: 5.1.0
-
Component/s: None
-
Labels:None
-
Environment:Win XP
-
Similar Issues:
Description
The Action URL is incorrectly generated.
JSP Code excerpt:
Click <a href="<portlet:actionURL name="action1" />">here</a> to process action 1<br />
Result: action is null (checked in URLgenerated and in the portlet's processAction method).
Workaround: explicitly add the parameter:
Click <a href="<portlet:actionURL name="action1"><portlet:param name="javax.portlet.action" value="action1" /></portlet:actionURL>">here</a> to process action 1<br />
Result: action is "action1" (checked in URLgenerated and in the portlet's processAction method).
For your information, it occurs in a JSR286 portlet.
Thank you
Hervé

Hello,
Liferay 5.0.1 RC has the same bug.
Regards
Hervé