Dear All,
I originally just wanted to use the h:inputFile tag in JSF 2.2. Within my current forms, I have the following h:commandLink
<h:commandLink action="#{actionHandler.doWork}">
<f:ajax render=":page-form:otherPanel"/>
</h:commandLink>
This works perfectly running under the default Seam 2.3.0.Final JSF 2.0 libraries.
I've upgraded JSF to 2.2, and it's all registered in AS7 fine. However, when I click on the link above, I now get the following, in "javax.faces.resource/jsf.js.seam?ln=javax.faces&stage=Development"
TypeError: partialResponse is undefined
var partialResponseId = partialResponse.getAttribute("id"); |
Can anyone advise why this might be happening, please?
Jonathan.