Re: Struts logic:iterate does not recognize the collection.

2008-11-07 Thread Dave Newton
--- On Fri, 11/7/08, SanJ.SANJAY wrote: > [...] I think the reason is that the moment it tries to read > proper xxxCollection in iterator tag, it throws error > "bean xxxCollection is not found in any any scope" Such information is useful; I don't recall you mentioning that before. > I am confus

Re: Struts logic:iterate does not recognize the collection.

2008-11-07 Thread SanJ.SANJAY
newton.dave wrote: > > The ">" characters are normally used to differentiate what I said from > what you said. Prefacing *every* line with ">" somewhat defeats the > purpose and breaks with tradition. > > --- On Fri, 11/7/08, SanJ.SANJAY wrote: >> I changed to put that in direct request also a

Re: Struts logic:iterate does not recognize the collection.

2008-11-07 Thread Dave Newton
The ">" characters are normally used to differentiate what I said from what you said. Prefacing *every* line with ">" somewhat defeats the purpose and breaks with tradition. --- On Fri, 11/7/08, SanJ.SANJAY wrote: > I changed to put that in direct request also and did'nt work: > request.setAttri

Re: Struts logic:iterate does not recognize the collection.

2008-11-07 Thread SanJ.SANJAY
newton.dave wrote: > > --- 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); >> [..

Re: Struts logic:iterate does not recognize the collection.

2008-11-07 Thread Dave Newton
--- 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); > [...] > > > Does it not recognize