volosied commented on PR #638:
URL: https://github.com/apache/myfaces/pull/638#issuecomment-1796973598
Thanks for looking. I hoped it would work, too, but it doesn't,
unfortunately. Problem looks to be here:
getFormData:function () {
var formDataDecorator =
this._Lang.createFormDataDecorator(jsf.getViewState(this._sourceForm)); <--
this._AJAXUTIL.appendIssuingItem(this._source, formDataDecorator);
return formDataDecorator;
},
When `jsf.getViewState(this._sourceForm)` is called, it encodes the form
into a string. formDataDecorator's idx variable is then empty, so the new
check fails.
Perhaps we would wait to encode things later?
We can just continue with this more this week. Thanks again for your help
here!
--
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]