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

RE: NB 24 installation failed with corrupted registry

2025-02-24 Thread Tellis, Wyatt
Thanks for the pointer. Are there any suggestions for how best to uninstall NB23 if you're getting this error? Wyatt -Original Message- From: Neil C Smith Sent: Friday, February 21, 2025 10:23 AM To: Tellis, Wyatt ; slipbits Cc: NetBeans Mailing List Subject: Re: NB 24 install

RE: NB 24 installation failed with corrupted registry

2025-02-21 Thread Tellis, Wyatt
I get the same message when trying to uninstall NB 23 after installing NB 24. Wyatt From: slipbits Sent: Thursday, February 20, 2025 2:24 PM To: NetBeans Mailing List Subject: Fwd: NB 24 installation failed with corrupted registry Win10-64 NB 23 installed I tried to install NB24 and got the fo

Debugging Kotlin Sources

2025-01-27 Thread Tellis, Wyatt
Hi, I have a Maven dependency whose source is in Kotlin. With Java sources, I can easily step through their code, but with Kotlin the debugger doesn't detect the source code. I saw there was a plugin for adding Kotlin support to NB: https://blog.jetbrains.com/kotlin/2016/09/kotlin-netbeans-pl

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: Upgrading embedded Tomcat instance

2024-10-28 Thread Tellis, Wyatt
hanks, Wyatt -Original Message- From: Michael Bien Sent: Monday, October 28, 2024 12:40 PM To: Tellis, Wyatt ; 'users@netbeans.apache.org' Subject: Re: Upgrading embedded Tomcat instance !---| This Message Is F

Upgrading embedded Tomcat instance

2024-10-28 Thread Tellis, Wyatt
Hi, I'm using NB23 and our security scanners have flagged it for running Tomcat 9.0.71, which contains numerous vulnerabilities: https://tomcat.apache.org/security-9.html Is there a way to update the embedded version of Tomcat? Thanks, Wyatt

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

Error refactoring code

2024-04-02 Thread Tellis, Wyatt
Hi, I'm trying to rename a method on a class and keep getting the following error: Module Java Refactoring threw java.lang.IllegalStateException: java.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.code.Type.getThrownTypes()" because "tree.meth.type" is null. I've done this m

[Freesurfer] Downloading OVA

2023-11-16 Thread Tellis, Wyatt
External Email - Use Caution Hi, I'd like to download the OVA to run in VirtualBox, but the wiki article (https://secure-web.cisco.com/14mYPNciAyjJLQ-z9NWag-roFmGKjbtQeqtDD8X-3yq9rTtadYABr3UpoxrMaCW8_BlwK9x8AQAudWlmm4uTqGUFujduli9konMGekbhvRUXxRUAA28ydMp9cQdfV4mN7wgg8E3xwXOZo4WKF

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

Unable to run webapp when relative URL has multiple parameters

2023-08-04 Thread Tellis, Wyatt
I have my webpp configured to use a relative URL with multiple parameters: [cid:image001.png@01D9C718.15DC6C50] However, when I try to run it I get the following error: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Avai

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: Show Javadoc not working

2023-06-29 Thread Tellis, Wyatt
Smith Sent: Wednesday, June 28, 2023 3:04 PM To: Tellis, Wyatt Cc: NetBeans Mailing List Subject: Re: Show Javadoc not working On Wed, 28 Jun 2023, 21: 08 Tellis, Wyatt, wrote: Has anyone else encountered this issue before and know if there’s a fix? See https: //github. com/apache/netbeans

Show Javadoc not working

2023-06-28 Thread Tellis, Wyatt
Hi, After upgrading to NB 18, the Show Javadoc command gives the following error: [cid:image001.png@01D9A9C0.AAFEA390] Looking through message.log I see the following message around when I ran the command: java.lang.IllegalStateException: Unable to create the directory [C:\Program Files\NetB

RE: Formatting issue

2022-10-06 Thread Tellis, Wyatt
-Original Message- From: Neil C Smith Sent: Thursday, October 6, 2022 8:03 AM To: Tellis, Wyatt Cc: users@netbeans.apache.org Subject: Re: Formatting issue On Thu, 6 Oct 2022 at 15:49, Tellis, Wyatt wrote: > This never happened with NB 12 and prior versions. I’ve tried toggling > Multiline

Formatting issue

2022-10-06 Thread Tellis, Wyatt
I've noticed that with NB 15 the formatting of try with resources lines is broken. NB insists on putting everything on one line. For example if I have: try (Resource r1 = getResource(); Resource r2 = getResource()) { } NB will put everything on one line when formatting the code: try (Re

Issue with netbeans.deploy.clientUrlPart and query strings

2021-07-19 Thread Tellis, Wyatt
Hi, I'm trying to create a custom Maven action that launches my webapp using a URL with a query string. I've configured the action with the following properties: netbeans.deploy=true netbeans.deploy.clientUrlPart=query?param1=value1¶m2=value2 maven.test.skip=true netbeans.deploy.debugmode=true

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

Re: [Artifactory-users] How to rename repositories

2010-10-01 Thread Tellis, Wyatt
Thanks for the quick response. Is there any way to copy or clone a local repository? From: Noam Tenne [mailto:no...@jfrog.org] Sent: Thursday, September 30, 2010 11:06 AM To: artifactory-users@lists.sourceforge.net Subject: Re: [Artifactory-users] How to rename repositories No. It's not possib