You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Grant Smith (JIRA)" <de...@myfaces.apache.org> on 2006/09/27 20:19:52 UTC

[jira] Resolved: (MYFACES-1407) JS oamSubmitForm() params order incorrect

     [ http://issues.apache.org/jira/browse/MYFACES-1407?page=all ]

Grant Smith resolved MYFACES-1407.
----------------------------------

    Resolution: Fixed

> 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
>         Assigned To: Grant Smith
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: linkjs.patch
>
>
> 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