Aw: Struts 7 config browser: error when clicking on an action

2024-10-19 Thread Wolfgang Knauf
Sorry, my error - the only binary download I had found deep in the apache sites was a a 7.0 M7 snapshot, but there is already 7.0 M9. With the new version, the config browser works. Best regards Wolfgang - To unsubscribe, e-m

Struts 7 config browser: error when clicking on an action

2024-10-19 Thread Wolfgang Knauf
I added "struts2-config-browser-plugin-7.0.0-M7-SNAPSHOT.jar" to my struts app. When clicking on one of my actions (in the section "Actions in default namespace"), this stack trace is printed: 20:17:33,371 ERROR [org.apache.struts2.config_browser.ShowConfigAction] (default task-1) Unable to get

Struts 7: error when "s:action" is used on jsp page and jsp is invoked directly in browser

2024-10-19 Thread Wolfgang Knauf
I have a "index.jsp" and invoke an action using "s:action" tag, then render data from this action. In the browser I navigate to this jsp direcly ("http://localhost/index.jsp"; instead of browsing to ".../index.action"). Snippet from my JSP: ...