RE: Set tag not working in 6.2.0

2023-07-20 Thread Tellis, Wyatt
It doesn't work. Also I was debugging the set tag and noticed the RequestMap in the ValueStack that gets passed to the set tag doesn't even contain the listType attribute. This is different behavior from the previous versions of Struts. Wyatt -Original Message- From: Lukasz Lenart

Re: Set tag not working in 6.2.0

2023-07-20 Thread Lukasz Lenart
śr., 19 lip 2023 o 20:59 Tellis, Wyatt napisał(a): > We noticed the following snippet of code no longer works in 6.2.0: > > <%@taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> > <%@taglib uri="/struts-tags" prefix="s"%> > > > Could you try to use to access this value? Regards --