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

Lukasz Lenart <[email protected]> Wed, 22 Jan 2025 12:25:51 +0100
Newsgroups gmane.comp.jakarta.struts.user
Message-ID <CAMopvkMygMThgzNzOpRpMoY_iXF5ectM6H+NE5khM_pkbT9qOA@mail.gmail.com>
śr., 22 sty 2025 o 11:25 Murali Challa <[email protected]> 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