Re: behavior of form fields with disabled status

2012-08-26 Thread al so
Sun, Aug 26, 2012 at 8:49 PM, wrote: > As per HTML spec if you have made the field disabled they will not be > submited to the server and I believe this is what happening in your case > > I believe you can do same by making field readonly and not disabled > ------Original Message

behavior of form fields with disabled status

2012-08-26 Thread al so
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 exis

Re: sample struts JSP for dependency validation among user input fields..

2012-08-23 Thread al so
andard JavaScript, examples of things like this > abound. > > Dave > > On Thu, Aug 23, 2012 at 10:01 AM, al so wrote: > > > Assuming one wants to build a simple UI with following components: > > Checkbox A > > TextInput B > > SelectionList C ( E, F, G as dro