Re: foreach strangeness...

2002-07-17 Thread David M. Karr
> "Julia" == Julia A Case <[EMAIL PROTECTED]> writes: Julia> I'm trying to use foreach in the following way Julia> Julia> Julia> <%= genre %> Julia> Julia> getGenres() returns an array of Strings Julia> The same logic works both above and below with other

foreach strangeness...

2002-07-17 Thread Julia A. Case
I'm trying to use foreach in the following way <%= genre %> getGenres() returns an array of Strings The same logic works both above and below with other functions. But this one keeps telling me bean genre not found in scope. Looking at the java code that is created from the jsp it look