CommandLink does not work with javascript turned off
----------------------------------------------------

                 Key: MYFACES-1370
                 URL: http://issues.apache.org/jira/browse/MYFACES-1370
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.3
            Reporter: Ryan Wynn


CommandLink would not work with javascript turned off.

        <context-param>
                <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
                <param-value>false</param-value>
        </context-param>




This fixes it.

                hrefBuf.append('&');
                hrefBuf.append(findNestingForm(component, 
facesContext).getFormName()
                                + "_SUBMIT");
                hrefBuf.append('=');
                hrefBuf.append(1);


If added to the renderNonJavaScriptAnchorStart method in HtmlLinkRendererBase

-- 
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

        

Reply via email to