Are you storing the collection in the session as an attribute or are you
attempting to retrieve it from a bean that is stored in the session?
Either way, when you retrieve the attribute (collection or bean), it is
returning as a null?
Pete
Vaibhav Patil wrote:
> Hello,
> I have a bean having array of objects.
> I am using that object for iterate tag. Its displaya the table correctly.
> But once I submit the tag and go to next page, I trying again to display
> the same thing, but it says no collection found. The scope I have given is
> session.
> Also I tried by removing set methid for the particular property thinking
> there might be problem in set method.
> But seems to be something different.
> Can anybody focus some light on this??
>
> Thanks,
> Vaibhav