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 > >