Skip to content

Conversation

@fp024
Copy link
Contributor

@fp024 fp024 commented Apr 15, 2025

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 👍

fp024 added 2 commits April 15, 2025 21:28
… schema

- Apply required `@StrutsParameter` to action setters for Struts 7.0+ compatibility.
- Update web.xml to Jakarta EE 10 namespace and Servlet 6.0 schema.
…sues

- 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.
@lukaszlenart
Copy link
Member

Nice 💯

@lukaszlenart lukaszlenart merged commit 244fd2e into apache:main Apr 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants