struts-action Questions
1
Solved
I am reading Struts2 documentation and found that there was kind of contradiction in its documentation. In this link https://struts.apache.org/docs/convention-plugin.html
The Convention plugin a...
Maltreat asked 20/1, 2016 at 2:32
2
Solved
In a project using Struts2 (2.3.20) I would like to run through the
configured actions (name, class, namespace, method) at application startup.
I'm using
Struts 2.3.20
struts-spring-plugin
struts-...
Bateau asked 9/7, 2015 at 11:2
1
Solved
I am getting:
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could not find action or result
There is no Action mapped for namespace [/] and action name [] associated with cont...
Crifasi asked 19/6, 2015 at 7:47
2
Solved
I want to handle errors differently for AJAX requests vs normal requests.
How do I identify whether a request is AJAX or not in Struts2 actions ?
Berthoud asked 31/1, 2013 at 8:39
1
Solved
I have a form in jsp. There are two submit buttons: "Search" and "Add New" button. I had set each button with their own method attribute.
<s:form name="searchForm" action="employeeAction" metho...
Uro asked 11/11, 2012 at 16:43
1
Solved
I am creating a web app with Struts2, and I am having an issue with the mapped actions working with any url.
In my struts.xml file, I have configured a package with a namespace of "/registration" ...
Fogbound asked 7/12, 2011 at 23:34
3
Solved
I have the following question:
I need to pass a parameter (for example ID ) when I finish a form and the action save the form's values, this will forward to the result = "success" and I need that t...
Compass asked 24/4, 2009 at 4:29
1
© 2022 - 2024 — McMap. All rights reserved.