Hi all, I am new to struts 2. I have a method which returns arraylist, where as the array list containd collection of VO's. How to get iterate it in jsp using struts 2 ? example: In this example, DataBaseDetails is my VO,which contains variuos fields like portno,database name,etc....
All the database names like mysql,oracle,derby will be populated in the combo box. I need to populate the values like portno,username on clicking the value in the combo box. [ March 17, 2008: Message edited by: angelin precilla ]
Hi all, I got a script error in my jsp page. I am new to struts 2. My coding in jsp page is:
In my action class, i have the following attributes.
Method in action class is :
In my jsp page my combobox is populated with the database list, when i try to change the value in combo box i got script error,while calling the function 'displayDBDetails'. Now what i need is when i change the value in combo box i need to populate the port in textfield. Can anyone help me ? [ March 14, 2008: Message edited by: angelin precilla ]