Hi there, I am new to Struts and I am wondering how can I handle the following situation: I have a form where I have some fields for entering user data. Some of the fields are combo boxes (<select> in html), for example a list of countries. My question is how can I fill the data in the countries combobox? Where should I store the data required for filling the combo? In the ActionForm or should I put it into another bean which is stored in the session or in the request? where should I fill the list with the countries in an Action class?
Thanks in advance, Florin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

