Questions tagged [action-mapping]

Maps a request URL to the Struts2 action.

The action mappings are the basic "unit-of-work" in the framework. Essentially, the action maps an identifier to a handler class. When a request matches the action's name, the framework uses the mapping to determine how to process the request.

Find more about Action Mappings on the docs page.

95 questions
0
votes
2 answers

There is no action mapped etc.. In Struts 2

Yet another question on this I know, but let me just say I looked everything else or about. So, I'm currently building the structure of my Struts 2 Project. I use Struts 2.3.4, JBoss 7.1 and Eclipse Indigo. I also included all the necessary jar into…
LMeyer
  • 2,570
  • 1
  • 24
  • 35
-1
votes
1 answer

How can I get Request Type(GET or POST) from list of Action names in Struts 2?

I want to get all POST/GET request types for all of the struts actions present in my application. I have used struts2-config-browser-plugin and got all action names throughout the application. Now, I want to get Request types of all those action…
Ritesh_RM
  • 13
  • 6
-1
votes
2 answers

WebSphere & Struts2, not going to welcome file

All, I have searched and researched and I cannot find what I am missing for migrating a existing project from Tomcat 7.x to WebSphere 8.0. I have created a work around for the problem but my curiosity is getting the better of me because I don't…
-1
votes
1 answer

who's can help me with struts2 and hibernate to solve a particular exception: HTTP 404 - There is no Action mapped for namespace

I'm learning how to use struts2 and hibernate, but i can´t resolve this exception "There is no Action mapped for namespace [/] and action name [registrar_barrios] associated with context path [/ConsultarPatente].". I know it's asked many time, but…
-2
votes
1 answer

What is the role of the action mapper in Struts 2?

Can somebody explain the role of the Action Mapper in Struts 2?
Girish
  • 13
  • 2
1 2 3 4 5 6
7