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

2025-01-22 Thread Lukasz Lenart
śr., 22 sty 2025 o 09:55 Murali Challa napisał(a): > > Hi, > > We are migrating our application from struts2-core 2.5.33 to 6.7.0. > > Post migration, we are facing issues while populating bean values in > session. > > ${} is printing null values. Seems the EL is not working post 6.x migration. >

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

2025-01-22 Thread Lukasz Lenart
śr., 22 sty 2025 o 11:25 Murali Challa napisał(a): > Pure EL is working fine. > > Not sure why it is printing empty values while iterating through session > list. One more thing, try this: // working ${id} // Not working if works, something has been broken in the framework Cheers Łukasz

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

2025-01-22 Thread Nate Kerkhofs
Hi Murali, I'm not a Struts developer, but it might help if you create a small project with as few dependencies as possible that shows the bug that you're experiencing and share it through GitHub or another publicly accessible platform. The problem could lie with a non-Struts dependency and a M

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

2025-01-22 Thread Murali Challa
No luck. It is not working. Was there some issue with EL for using inside struts tags? On Wed, 22 Jan, 2025, 16:56 Lukasz Lenart, wrote: > śr., 22 sty 2025 o 11:25 Murali Challa > napisał(a): > > Pure EL is working fine. > > > > Not sure why it is printing empty values while iterating through

Re: JSP EL not working post strutsbmigration from 2.5.x to 6.7.0

2025-01-22 Thread Lukasz Lenart
śr., 22 sty 2025 o 09:55 Murali Challa napisał(a): > > Hi, > > I'm trying to migrate application from Struts 2.5.33 to struts 6.7.0 but > JSP EL is not working post migration. > > ${obj.prop} giving empty value. > > Can someone suggest on this? > > Servelt api 3.1 will work only on WAS 9? > > If y

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

2025-01-22 Thread Murali Challa
Hi, Pure EL is working fine. Not sure why it is printing empty values while iterating through session list. Thanks, Murali On Wed, 22 Jan, 2025, 14:43 Lukasz Lenart, wrote: > śr., 22 sty 2025 o 09:55 Murali Challa > napisał(a): > > > > Hi, > > > > We are migrating our application from struts

Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-22 Thread Murali Challa
Hi, We are migrating our application from struts2-core 2.5.33 to 6.7.0. Post migration, we are facing issues while populating bean values in session. ${} is printing null values. Seems the EL is not working post 6.x migration. Can you help me to understand if I'm missing something in this migra

JSP EL not working post strutsbmigration from 2.5.x to 6.7.0

2025-01-22 Thread Murali Challa
Hi, I'm trying to migrate application from Struts 2.5.33 to struts 6.7.0 but JSP EL is not working post migration. ${obj.prop} giving empty value. Can someone suggest on this? Servelt api 3.1 will work only on WAS 9? If yes, my WAS version is 8.5.x, will this be a problem for EL not working?