I have a form that requires extensive validation. The validation all works fine, but a validation failure clears any entry fields that are not in the primary file for the form. Successful validation isn't a problem, the child file or memory entries remain intact and are processed properly. It is only failures. Looking through the source code I can see the local or child file entries saved to the Session Queue, but they don't seem to be restored when validation fails.
Does anyone have any suggestions. Thanks.