Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
Description
oamSubmitForm method is generated with target/params parameters in reverse order.
Symptom is open link in new browser window when target is null but params is not.
HtmlRenderUtils defines oamSubmitForm function as:
context.append(SUBMIT_FORM_FN_NAME).append("(formName, linkId, target, params)");
But HtmlLinkRenderBase renders: (formName, linkId, params, target)