Form data does not get pre-populated on the page with certain tag usages

2005-01-08 Thread meena r
I am facing issues while the my jsp has to be pre-popluated with form data in case of from validation errors. The issues are : 1. Usage of html:option I have a requirement where in the value in the html:option is a dynamically generated value where I tried to do the following html:select

Re: Form data does not get pre-populated on the page with certain tag usages

2005-01-08 Thread Kishore Senji
For the first question; I would recommend using LabelValueBean html:select property=socId html:optionsCollection property=dropDownValues/ /html:select You should have a method getDropDownValues which returns a Collection of LabelValueBeans. On Sat, 8 Jan 2005 18:27:01 -0800 (PST), meena r