No, Did not notice when debugging with chrome. But I will take a look at it again. I have same application running on 1.8 and I am not sure if the following has something to do.
With ICEfaces 1.8, if I look at the page source, form element is like this
Code:
<form action="javascript:;"
but with 3.10 form element is generated like this. Notice the action attribute.
Code:
<form action="/mycontext/page"