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 <lukaszlen...@apache.org> 
Sent: Thursday, July 20, 2023 12:11 AM
To: user@struts.apache.org
Subject: Re: Set tag not working in 6.2.0

śr., 19 lip 2023 o 20:59 Tellis, Wyatt <wyatt.tel...@ucsf.edu.invalid>
napisał(a):
> We noticed the following snippet of code no longer works in 6.2.0:
>
> <%@taglib 
> uri="https://urldefense.com/v3/__http://java.sun.com/jsp/jstl/core__;!!LQC6Cpwp!sAaVbQsQHFppGRFFCwgoPLCY24-S6dBiXz8itMK-5HCV9b8ZtD8B9ahJCpFfLhA5e8iGwRjxxGlHIXwLjjzcdUtNhUc$
>  " prefix="c" %>
> <%@taglib uri="/struts-tags" prefix="s"%>
>
> <c:set var="listType" value="TEST" scope="request" />
> <s:set var="lcType" value="#request.listType.toLowerCase()" />

Could you try to use <s:property value="#lcType"/> to access this value?


Regards
-- 
Łukasz
+ 48 606 323 122 
https://urldefense.com/v3/__http://www.lenart.org.pl/__;!!LQC6Cpwp!sAaVbQsQHFppGRFFCwgoPLCY24-S6dBiXz8itMK-5HCV9b8ZtD8B9ahJCpFfLhA5e8iGwRjxxGlHIXwLjjzcwiC53q0$
 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to