Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread Wolfgang Knauf
Hi, the error "java.lang.NullPointerException: Cannot invoke "org.apache.struts2.ActionInvocation.getProxy()" because "invocation" is null" sounds like a problem that I ran into: https://issues.apache.org/jira/browse/WW-5475 Do you by any chance call JSP pages directly, instead of invoking an

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
I have also tried using Tomcat 11, but I’m still facing the same issue. Could you please provide a sample code migrated to Jakarta? On Thu, 17 Apr, 2025, 6:25 pm M Huzaifah, wrote: > Hii Shakar, > > Could you please try to use tomcat 11. > > I faced issue about file upload using tomcat 11. > > R

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread M Huzaifah
Hii Shakar, Could you please try to use tomcat 11. I faced issue about file upload using tomcat 11. Regards On Thu, Apr 17, 2025, 2:06 PM shankar sawate wrote: > Hi Team, > > If you have any sample code related to Jakarta migration, please share it > with me — it would be really helpful. >

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
Hi Team, If you have any sample code related to Jakarta migration, please share it with me — it would be really helpful. On Thu, Apr 17, 2025 at 12:30 PM shankar sawate wrote: > And I face this issue after deploying. > > 17-Apr-2025 12:28:09.568 SEVERE [http-nio-8083-exec-1] > org.apache.ca

Re: Issue in Struts 7.0.0 with tag

2025-04-17 Thread shankar sawate
And I face this issue after deploying. 17-Apr-2025 12:28:09.568 SEVERE [http-nio-8083-exec-1] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [jsp] in context with path [/jakartaDemo_war_exploded] threw exception [java.lang.NullPointerException: Cannot invoke "

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread shankar sawate
Thank you for your response. I'm using NetBeans 17 as the IDE, with Java 21, and running the application on Tomcat 10.0.20. The issue occurs when I try to run the web application from within the IDE. NetBeans shows the following error when the issue occurs: The s:form tag declares that it accept

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread Lukasz Lenart
wt., 15 kwi 2025 o 09:57 shankar sawate napisał(a): > While migrating to Struts 7.0.0, I'm encountering an issue when using the > tag. Even though the tag is present like this > > jsp > <%%> > I’m getting the following warning or error: > > The s:form tag declares that it accepts dynamic attr

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread shankar sawate
> > Wyatt > > From: shankar sawate > Sent: Monday, April 14, 2025 11:39 PM > To: user@struts.apache.org > Subject: Issue in Struts 7.0.0 with tag > > !---| > This Message Is Fr

Re: Issue in Struts 7.0.0 with tag

2025-04-16 Thread Tellis, Wyatt
@struts.apache.org Subject: Issue in Struts 7.0.0 with tag !---| This Message Is From an Untrusted Sender You have not previously corresponded with this sender. |---! Hi

Issue in Struts 7.0.0 with tag

2025-04-15 Thread shankar sawate
Hi, While migrating to Struts 7.0.0, I'm encountering an issue when using the tag. Even though the tag is present like this jsp <%%> I’m getting the following warning or error: The s:form tag declares that it accepts dynamic attributes but does not implement the required interface <%%>