Not much to say, I reckon...
Dave
--- On Wed, 8/27/08, robasta <[EMAIL PROTECTED]> wrote:
> this code here will suffice! i used a CountryDatabase class
> 4 the dataaccess.
> Steps:
> 1-store data in array list
> 2.0-use iterator to move thru recs
> 2.1 as u movethru recs, display the Country Na
this code here will suffice! i used a CountryDatabase class 4 the dataaccess.
Steps:
1-store data in array list
2.0-use iterator to move thru recs
2.1 as u movethru recs, display the Country Name
-->note the positioning of the tag
---
--- jmejiaa <[EMAIL PROTECTED]> wrote:
> oops, Should I duplicate my post or will someone eventually move it over?
You should re-post to the user list.
You'll probably want to include a code snippet, too :)
Dave
-
To unsubscri
oops, Should I duplicate my post or will someone eventually move it over?
Thanks
--
View this message in context:
http://www.nabble.com/Populating-a-drop-down-with-dynaactionform-arrayList-tp15839874p15839955.html
Sent from the Struts - Dev mailing list archive at Nabble.com.
--- jmejiaa <[EMAIL PROTECTED]> wrote:
> Hey folks, this is my first post. I have a little problem with an
> arrayList.
> I'm trying to populate a drop down box in my main JSP. This is what's
> happening. I have a dynaactionform with a years property which is an
> arraylist of reportYear objects.