RE: Re: Not able to get Array of Objects values from one Action class to another

2022-07-13 Thread Shambhavi R
Yeah, using session to store objects works. I'm now able to get the required Array of Object values using session. Thank you so much. On 2022/07/13 15:43:07 Yasser Zamani wrote: > Hi, > > Thanks for reaching out! > > I think it will work, but only for simple objects like strings and > numbers.

Re: Not able to get Array of Objects values from one Action class to another

2022-07-13 Thread Yasser Zamani
Hi, Thanks for reaching out! I think it will work, but only for simple objects like strings and numbers. Are they simple object and it doesn't work? then please provide your jsp and action related portions. If not, then I think you likely should use session to store complex objects.