JS oamSubmitForm() params order incorrect
-----------------------------------------
Key: MYFACES-1407
URL: http://issues.apache.org/jira/browse/MYFACES-1407
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.1.5-SNAPSHOT
Reporter: DIego Ballve
Fix For: 1.1.5-SNAPSHOT
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)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira