Re: Facings issues while migrating from Struts 2.5.x to 6.7
Murali Challa <[email protected]> Wed, 22 Jan 2025 17:14:49 +0530
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CA+cwYWB2wvmABGHj-4BredSJZi7jtL3rLASn_pL7vJY9feM7XA@mail.gmail.com> |
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, <[email protected]> wrote: > ś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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >