[ http://issues.apache.org/jira/browse/MYFACES-1403?page=comments#action_12436352 ] Martin Marinschek commented on MYFACES-1403: --------------------------------------------
There are a whole lot more problems with links and disabling javascript - first thing to note is that maybe you add the submit-parameter here, but what about all the other parameters in the form? They won't get submitted, and the action works on stale data. This is something that has to be seen in a larger scope, and fixed in that larger scope - this patch alone won't help. I'm setting this to won't fix for now. regards, Martin > commandLink generates wrong href in non javascript code > ------------------------------------------------------- > > Key: MYFACES-1403 > URL: http://issues.apache.org/jira/browse/MYFACES-1403 > Project: MyFaces Core > Issue Type: Bug > Affects Versions: 1.1.1, 1.1.2, 1.1.3 > Reporter: Martin Kneissl > Attachments: myfaces-impl-1.1.3_fix-MYFACES-1403.patch > > > (Note: This is the essentially same problem as MYFACES-198.) > When ALLOW_JAVASCRIPT is configured to false, clicking on commandLink does > not invoke the associated action. > The apparent reason is that ..._SUBMIT=1 is missing in the generated href. > Please find attached a patch for myfaces-impl-1.1.3 that solves the problem. -- 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
