Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-27 Thread Murali Challa
We get the availableItems from session. That is the only difference in can see from your example. Can you try something link below and see if it works? ${item.empid} ${s.index} // index as well coming as empty We set availableItems to session in our struts action layer as below. session.set

Re: Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-27 Thread Lukasz Lenart
pon., 27 sty 2025 o 08:41 Murali Challa napisał(a): > > Hi Lukasz, > > Yes, the values in session exist. > > We are able to iterate through session.list and while trying to print values > of session.list using EL, empty values are getting printed. > > EL is inside tag and we can see table with e

Re: Re: Struts 2.5.x to 6.4.0

2025-01-27 Thread Lukasz Lenart
pon., 27 sty 2025 o 15:31 John Wilson napisał(a): > > Yes. It should be using Spring to inject it as it did on 2.5.33. > > We have the struts2-spring-plugin which my understanding sets the object > factory in the web.xml to spring. I don't recall any major changes around Spring, maybe it's relate

RE: Re: Struts 2.5.x to 6.4.0

2025-01-27 Thread John Wilson
Yes. It should be using Spring to inject it as it did on 2.5.33. We have the struts2-spring-plugin which my understanding sets the object factory in the web.xml to spring. On 2025/01/26 06:29:29 Lukasz Lenart wrote: > czw., 23 sty 2025 o 17:51 jw1474674 napisał(a): > > Hi, I’m facing issues upg