Re: Set tag not working in 6.2.0

2023-08-02 Thread Lukasz Lenart
Interesting, what's even more interesting this works: Set attempt #1: Set attempt #2: Need to dig into that Regards -- Łukasz czw., 3 sie 2023 o 02:40 Tellis, Wyatt napisał(a): > > After doing some more debugging it looks l

RE: Set tag not working in 6.2.0

2023-08-02 Thread Tellis, Wyatt
After doing some more debugging it looks like the issue is triggered when there are multiple calls to c:set. If you have the following code: <%@ page contentType="text/html; charset=UTF-8" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> <%@ taglib prefix="s" uri="/struts-tags"