hi, i have form bean for which i would like to initialize some fields with values before displaying the jsp.
for example if i have something like this in my jsp, how can i initialize this input field from my Action class with a value that i get from the database <html:text property="mail_id" />, this should display some initial data any help will be apprecaited Deepank

