Re: Facings issues while migrating from Struts 2.5.x to 6.7
Lukasz Lenart <[email protected]> Tue, 14 Jan 2025 07:54:16 +0100
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CAMopvkMJ9Wg9T30guOTB9CqT0hE-7EPsYc0thJHnAOt22eVwjQ@mail.gmail.com> |
I don't recall changes in this area, only this one but it was in Struts 2.3 https://issues.apache.org/jira/browse/WW-4073 niedz., 12 sty 2025 o 04:22 Murali Challa <[email protected]> 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. > > Can you help me to understand if I'm missing something in this migration. > > Below is the code snippet for your reference. > > <s:iterator value="session.list" var="menu" status="s"> > <s:property value="id" /> // working > > ${menu.id} // Not working > <s:iterator> > > Thanks, > Murali