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

2022-07-13 Thread Shambhavi R
Hi, I'm not able to get the array of objects from one Action Class to another in Struts 2.5. In short, the flow goes like this: Action Class A ---> JSP ---> Action Class B I have the array of Objects in Action Class A and I'm able to get those values in the JSP redirected from Action Class A.

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

2022-07-13 Thread Shambhavi R
Hi, I'm not able to get the array of objects from one Action Class to another in Struts 2.5. In short, the flow goes like this: *Action Class A ---> JSP ---> Action Class B * I have the array of Objects in Action Class A and I'm able to get those values in the JSP redirected from Action Class

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

2022-07-13 Thread Shambhavi R
s 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. > > Regards. > > On 7/13/2022 6:12 PM, Shambhavi R wrote: > > Hi, > >