Re: dropdowns, forms, and validation

2006-05-30 Thread Miguel Galves
I had the same problem you had, and I didn't want to save lists in session, for many reasons. After some researches, the solution I choosed is the following: in forms where I have dropdown lists, I disable the automatic validation. This can be done adding the parameter validate="false" in the cor

dropdowns, forms, and validation

2006-05-30 Thread Ralf Stoltze
hi there, i'm fairly new to struts and it seems like i do have a more conceptual problem which should be easy to solve... i have a form including a dropdown list, fetching the entries from a database. i like to use DynaForms and validation. in order to display the dropdown values, i - link to a