[
https://issues.apache.org/jira/browse/MYFACES-3080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016362#comment-13016362
]
Rene O commented on MYFACES-3080:
---------------------------------
To solve this problem change in file
META-INF\resources\javax.faces\jsf.js
B.sendEvent(this._xhr, B.BEGIN);
to:
B.sendEvent(this._xhr, this._context, B.BEGIN);
> 'begin' event does not have 'status' property set
> -------------------------------------------------
>
> Key: MYFACES-3080
> URL: https://issues.apache.org/jira/browse/MYFACES-3080
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.5-SNAPSHOT
> Reporter: Nick Belaevski
>
> With the current 2.0.5-SNAPSHOT 'begin' event does not have 'status' property
> set. This is due to missing argument in _Impl.sendEvent() call:
> _Impl.sendEvent(this._xhr, _Impl.BEGIN);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira