Hi All,
I have a form that is a mix of persistent data (command object) and presentation data which I am just spitting out as text to the form. When I hit a binding exception the form data is preserved but the presentation data is lost...unless I set sessionForm to true. Is setting the session form to true my best option for that?


Reply With Quote