Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread Tellis, Wyatt
I see similar warnings when using NetBeans to edit JSPs that contain Struts tags. However, these JSPs seem to compile just fine. Does anyone know what causes these warning messages? Wyatt From: shankar sawate Sent: Monday, April 14, 2025 11:39 PM To: user@strut

Struts 6.7.0 and xwork2 packages

2025-01-08 Thread Tellis, Wyatt
Hi, I recently upgraded my app to 6.7.0 and saw that many classes are deprecated due to the renaming of the xwork2 packages. I tried changing the imports to use the org.apache.struts2 equivalents, but my application no longer works. Everything compiles correctly, but I get a 404 error when I g

RE: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-23 Thread Tellis, Wyatt
!---| This Message Is From an External Sender This message came from outside your organization. |---! pon., 22 kwi 2024 o 22:40 Tellis, Wyatt napisał(a): > We’ve run into this issue as w

RE: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

2024-04-22 Thread Tellis, Wyatt
We’ve run into this issue as well. Using the workaround of specifying the location via: org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml doesn’t work. Wyatt From: SARAVANAN SIVAGURU Sent: Monday, April 22, 2024 7:23 AM To: Struts Users Mail

RE: Set tag not working in 6.2.0

2023-08-16 Thread Tellis, Wyatt
That's great news. I've opened: https://issues.apache.org/jira/browse/WW-5331 Wyatt -Original Message- From: Lukasz Lenart Sent: Wednesday, August 16, 2023 6:09 AM To: Struts Users Mailing List Subject: Re: Set tag not working in 6.2.0 pon., 14 sie 2023 o 19:52 Tellis, Wyat

RE: Set tag not working in 6.2.0

2023-08-14 Thread Tellis, Wyatt
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 like the issue is triggered when > there are multiple calls to c:set. I

RE: Set tag not working in 6.2.0

2023-08-02 Thread Tellis, Wyatt
s But on 6.2.0 you only get: Set attempt #1: success Set attempt #2: Note: the call to returns nothing in 6.2.0 Wyatt -Original Message- From: Lukasz Lenart Sent: Saturday, July 29, 2023 10:48 AM To: Struts Users Mailing List Subject: Re: Set tag not working in 6.2.0 sob.,

RE: Set tag not working in 6.2.0

2023-07-29 Thread Tellis, Wyatt
No, its just the standard JSTL Core set tag: https://www.w3schools.in/jsp/jstl-core-set-tag Wyatt -Original Message- From: Lukasz Lenart Sent: Friday, July 28, 2023 10:26 PM To: Struts Users Mailing List Subject: Re: Set tag not working in 6.2.0 sob., 29 lip 2023 o 02:32 Tellis

RE: Set tag not working in 6.2.0

2023-07-28 Thread Tellis, Wyatt
> In which version this worked for you? 6.1.2.1 > Because "#request." is about accessing Request attributes not > parameters. Understood, but we're using to update the request attributes Wyatt -Original Message- From: Lukasz Lenart Sent: Thursday, July 27, 2023 11:50 AM To: Struts

RE: Set tag not working in 6.2.0

2023-07-20 Thread Tellis, Wyatt
asz Lenart 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 napisał(a): > We noticed the following snippet of code no longer works in 6.2.0: > > <%@taglib > uri="https://urldefens

Set tag not working in 6.2.0

2023-07-19 Thread Tellis, Wyatt
Hi, 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"%> ${listType} / ${lcType} In the previous version of Struts we would get: TEST / test but with 6.2.0 we get: TES

RE: Status of 2.5.23?

2020-08-17 Thread Tellis, Wyatt
NP. Do you have an ETA for when 2.5.24 will be released? Wyatt -Original Message- From: Lukasz Lenart Sent: Sunday, August 16, 2020 11:13 PM To: Struts Users Mailing List Subject: Re: Status of 2.5.23? niedz., 16 sie 2020 o 04:47 Tellis, Wyatt napisał(a): > Can this be pushed

RE: Status of 2.5.23?

2020-08-15 Thread Tellis, Wyatt
-3A__github.com_apache_struts_releases_tag_STRUTS-5F2-5F5-5F23&d=DwIFAg&c=iORugZls2LlYyCAZRB3XLg&r=ly0xCV-qJWu8q0xbd8vROPmzV3ddtgUXxXXTxGClCzw&m=1nXZOo7TW2Jka3FteRu0xIdLDpE6DVf4gxvSuG68bn0&s=e-bHWyZ0imXu9VDFl88edjtrekO74oH2TkUs0v21hys&e= -Original Message- From: Tellis, Wyatt Sent: S

Status of 2.5.23?

2020-08-15 Thread Tellis, Wyatt
Hi, What's the status of 2.5.23? The migration guide seems to indicate it exists: https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.23 but I don't see it mentioned anywhere else and it's not in the central repo. Thanks, Wyatt