Hi all, I have a question about the logic:iterate tag. I have the following in my jsp page. If I am not setting any attribute list like
session.setAttribute("list", list) as I don't any action class forwarding to the jsp page. How do I grab the list into the jsp page if I have a class for countries list. Is it through bean:define..... or through any java scriptlets. <logic:iterate id=countries name=CountryBean property=list scope=session/> <bean:write name=countries property=countryName/> </logic:iterate> Thanks in advance Srilatha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]