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 MVP project like that will definitely help the Struts team investigate this.
Cheers, Nate -----Original Message----- From: Murali Challa <challamura...@gmail.com> Sent: Wednesday, 22 January 2025 12:45 To: Struts Users Mailing List <user@struts.apache.org>; lukaszlen...@apache.org Subject: Re: Facings issues while migrating from Struts 2.5.x to 6.7 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, <lukaszlen...@apache.org> wrote: > śr., 22 sty 2025 o 11:25 Murali Challa <challamura...@gmail.com> > 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: > <s:iterator value="session.list" var="menu" status="s"> > <s:property value="id" /> // working > ${id} // Not working > <s:iterator> > > if works, something has been broken in the framework > > Cheers > Łukasz > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >