Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.1-SNAPSHOT
-
None
-
None
Description
The internal myfaces parameters have been broken by the refactoring:
<h:commandButton id = "button1" value = "Increment left" action = "#
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.