--- On Fri, 11/7/08, SanJ.SANJAY wrote: > I am trying to display the collection that I am setting in > struts action to the request scope.
The code is putting it in session scope, FWIW: > request.getSession().setAttribute("xxxCollection", xxxCollection); > [...] > <logic:iterate id="iprecord" indexId="ind" name="xxxCollection" > > <bean:write name="iprecord" property="xxxCollection" /> > </logic:iterate> Does it not recognize the *collection*? In other words, is it not iterating at all? Or is the <bean:write...> funky: does each element of xxxCollection have an xxxCollection property and is printing that what you really mean to do? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]