By default, ICEfaces does optimized serialization and submission of form elements based on the element that triggered the submission. Setting standardFormSerialization to true indicates that ICEfaces should do a normal, standard, full form submission.
<context-param>
<param-name>org.icefaces.standardFormSerialization</param-name>
<param-value>true</param-value>
</context-param>