Re: Retrieving an arraylist of strings

2007-08-21 Thread j alex
John, The problem is not very clear from your email . Are you losing the dropdown items when the JSP reloads after submit ? The list of items in the dropdown must reside in a separate bean, and the item you select from it should be in another bean attribute -- i'm assuming you've taken care of th

Retrieving an arraylist of strings

2007-08-21 Thread John Mammen
Hi, I have a JSP which has a drop down selection box which I populate using an arraylist of string objects present in the formbean. How do I get this arraylist of string objects back into the formbean when an action is submitted? Regards, John. CAUTION - Disclaimer *