First question but have been a fan of the site for a while.
I have a simple setup where I update the contents of a tag from a onchange on a .
Now to the problem:
When the checkbox is clicked no data is sent to the server in IE9 - works in all other major browsers.
Has anyone had this problem?
Code in xhtml:
<h:selectManyCheckbox id="palletSerials" layout="pageDirection"
value="#{OnlineBeanHandler.palletSerials}">
<f:selectItems value="#{OnlineBeanHandler.allPalletSerials}"></f:selectItems>
<f:ajax></f:ajax>
</h:selectManyCheckbox>
On the serverside an empty list / array whatever is recieved when the checkboxes are clicked.
If I do an full form submit the list is sent as expected.
As stated - works in Firefox and Chrome (newest versions).
As a curiousity I noticed that the inner DOM is not refreshed by JSF in IE9, although the page does change appearence. It is as though IE9 does not "see" the partial update of the page.
Any input as to what I can do to have the page submit the values of the checkboxes in a partial request would be greatly appreciated.
Karl
h:form(h:forminsideh:form) – Daniel Jan 15 at 13:55