Hello, I have a few question about those tags.
1) How can I preselect a value in a dropdown? Meaning: I already have a value (one that was selected before) and I want that to be selected when the form gets displayed. 2) I want to have one dropdown that changes another one when something gets selected. I know, you have to use JavaScript for that and use the onChange event. But can I still use struts for that? I have the different options in different Java Collections. How would I go about that? 3) My collections (with the different options) are kind of archives holding objects of a certain type. Now I want a default value in the dropdown like 'Please choose one of the following...' or something like that. Can I have that without putting it into my collection? I would be very grateful about any information... Greetings, Nadja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

