The title is quite strange. but: i've a form. i've some field that are double type. if i put a string inside these fileds struts automatically check the incorrectness of the type. ok! but, inside this form i've a select that is created by a list. when the error comes out from struts, sruts goes back to the input page, the list become empty and in the page no item is display.
how can i store the list in order to have its inside my page after the error? PS: if i set required="true" at a field, struts doesn't check if this value is present or not? what meaning has this property? -- Stefano