werpu opened a new pull request, #848: URL: https://github.com/apache/myfaces/pull/848
This fixes the issue described in https://issues.apache.org/jira/browse/MYFACES-4710! Please review the changes. I had to add an extenions in the AjaxScriptRenderer, and need additional eyes to review the changes. The idea is that I have extended the myfaces.ab function with user parameters which allow additional parameters to be added which then later are properly merged in. This however required some code changes on the java side, because the original issue was that the "o" parameter was never passed in in the generated javascript! Note for "speed" reasons I just dragged the typescript changes in, I will roll a proper script release once this bug is fixed because I need to add some typo fixes done on the myfaces side, back into the upstream project! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org