werpu commented on PR #426:
URL: https://github.com/apache/myfaces/pull/426#issuecomment-1346498926
Just a short explanation. This is not a full backport of the entire next
javascript rendering infrastructure, just a small fix which shifts the
parameters around just like the other fixes do, but within the code of 2.3.x:
Example:
```html
<a href="#" onclick="jsf.util.chain(this,
event,'jsf.ajax.request(this,event,{execute:\'submitButton \',render:\'output
\',params:{\'Hello World\':\'Hello from f:param2\',\'hello2\':\'Hello from
f:param\',\'javax.faces.behavior.event\':\'action\'}})'); return false;"
id="submitButton" name="submitButton">Click here</a>
````
If you check the params are now passe dunder the params attribute. and so is
the javax.faces.behavior.event (which is a request parameter)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]