You can do it through bean:define or jsp:usebean custom tags Thanks, Satish
-----Original Message----- From: Srilatha Ravuri [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 7:33 PM To: [EMAIL PROTECTED] Subject: Logic:iterate property 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]