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

2025-01-21 Thread Lukasz Lenart
And again, please ask such questions on the User mailing list https://struts.apache.org/mail.html Is it a duplicated question? śr., 22 sty 2025 o 05:14 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 migr

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

2025-01-21 Thread Lukasz Lenart
Hi, Please ask such questions on the User Mailing list, the Dev list is intended to support development of the framework. https://struts.apache.org/mail.html I made a simple example using struts-examples (where the ${} is used in a few places) and it works, I would check if "session.list" exists,

Facings issues while migrating from Struts 2.5.x to 6.7

2025-01-21 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-21 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?