I have a Array thats populated from a Database, can be 1 to many occurrences. I want to use it to populate a dropdown box , it wil be the "Selected" value thats seen on the screen, but its an update screen so user can change from 3 other options. How do I set the name and id to be diffrent for each occurrence, so I can use name in servlet to do DB update. The last code I tried ==> name="'upsLoc1'+j" obviously didn't work. I'm sure its simple , but I'm blind. Thanks for help
Paul, Thanks that was correct very obvious I should have known that. And yes were still using scriplets. I started using JSTL tags but my mentor prefers scriplets and this is my 1st Java Project. Thanks again
Bear Bibeault
Author and opinionated walrus
Marshal