jsf.js internal myfaces parameters do not work anymore
------------------------------------------------------
Key: MYFACES-2768
URL: https://issues.apache.org/jira/browse/MYFACES-2768
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.0.1-SNAPSHOT
Reporter: Werner Punz
Priority: Minor
The internal myfaces parameters have been broken by the refactoring:
<h:commandButton id = "button1" value = "Increment left" action =
"#{count.increment}" onclick = "jsf.ajax.request(this, event, {render: 'out1',
execute: 'out1 button1',
myfaces:{errorlevel:'ERROR', pps:true,
queuesize:1}}); return false;" />
fails while
<h:commandButton id = "button1" value = "Increment left" action =
"#{count.increment}" onclick = "jsf.ajax.request(this, event, {render: 'out1',
execute: 'out1 button1'}); return false;" />
This is not a showstopper since queue control and pps are not part of jsf 2.0
but are preparation code for
2.1 so I can live with not having them currently enabled. The fixup either will
go into 2.0.1 or 2.0.2.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.