If I were to have a dropdown select (which I don't know yet also how to populate from database), and I select an option say User.
I want something (part of a form or such) to show.
Example:
Adding useraccounts. There are 3 roles, User, Admin & Office.
Field Username, Password, Re-Enter Password and Role are common.
Based on what I choose in the Role select dropdown, below that there will come another field or fields.
So for User, another field (or table of fields) will show where to add his different Customer ID's.
For Office, another field will show for let's say his Office ID.
How can I accomplish this? I'm sorry if I ask stupid questions, but because of my experience with PHP only where these things are possible I really would like to have them in jsp/struts too.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]