Hidden field value is missing after validation (struts)
843838Oct 11 2005 — edited Oct 12 2005Hi,
I am using client side javascript validator to valiate my inputs. I also have a hidden field in my html form.
<html:hidden property="xxx" value="1" />
I press the submit button to start validating my inputs. My page redisplay again with error messages. But the value of my hidden property is missing ("").
Anyone know what wrong with my form. Please help me.
RS