JavaServer Faces @jsf_spec
JavaServer Faces @jsf_spec
Reported by stiemannkj1
stiemannkj1 said: I've sent a pull request to fix this issue to [vsingleton](https://java.net/jira/secure/ViewProfile.jspa?name=vsingleton) here: [https://github.com/vsingleton/mojarra/pull/9](https://github.com/vsingleton/mojarra/pull/9) The fix should be forward ported and back ported.
zhangxinyuan said: I can't find your pull request from [https://github.com/vsingleton/mojarra/pull/9](https://github.com/vsingleton/mojarra/pull/9) now.
stiemannkj1 said: Sorry, the link was broken due to a repo name change: [https://github.com/vsingleton/mojarra_read-only_mirror/pull/9](https://github.com/vsingleton/mojarra_read-only_mirror/pull/9)
stiemannkj1 said: [vsingleton](https://java.net/jira/secure/ViewProfile.jspa?name=vsingleton), [Here is the change](https://github.com/vsingleton/mojarra_read-only_mirror/pull/9/commits/64ad27d365b591c6da72c301f2c7b67f2f26469e): ``` var partialResponse = xml.getElementsByTagName("partial-response")[0]; var partialResponseId = partialResponse.getAttribute("id"); var responseType = partialResponse.firstChild; for (var i = 0; i < partialResponse.childNodes.length; i++) {...
Was assigned to ZhangXinyuan
This issue was imported from java.net JIRA JAVASERVERFACES-4187
Reported by mwalliczek
mwalliczek said: Environment: Apache Deltaspike 1.5.4, Primefaces 5.3.5, Omnifaces 2.2
zhangxinyuan said: Hi, Can you provide a test war application for this bug?