A form with bunch of text fields including username and s:password. When these two fields are 'disabled' from editing due to some actions on other fields, the form being submitted will not contain the existing values for these fields. This causes confusion in the backend code into clearing the existing values for login credentials. I read about hidden fields. Is there a sample JSP form to look at?
- behavior of form fields with disabled status al so
- Re: behavior of form fields with disabled status umeshawasthi