fp024 opened a new pull request, #446: URL: https://github.com/apache/struts-examples/pull/446
I modified the "coding-actions" and "exception-handling" examples as follows: ### coding-actions - Apply required `@StrutsParameter` to action setters for Struts 7.0+ compatibility. - Update web.xml to Jakarta EE 10 namespace and Servlet 6.0 schema. ### exception-handling - Apply `@StrutsParameter` annotations to action setters for Struts 7.0+ compatibility. - Update `web.xml` to use Jakarta EE 10 namespace and Servlet 6.0 schema. - Fix direct JSP access issues for `registerForm` and `index` by routing through actions. - Add missing `struts2-config-browser-plugin` dependency to resolve runtime errors. Thanks 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
