Questions tagged [struts-config]

Use this question for struts-config related questions.

The struts-config.xml configuration file is a link between the View and Model components in the Web Client. It plays an important role in building both Controller components and Application-specific configurations.

This file is created to every application in the format as <module>-struts-config.xml, where can be topo, fault, perf and so on. For example, a struts-config.xml file of the fault module is represented as fault-struts-config.xml and is present in /webclient/fault/conf directory.

Attribution : http://www.webnms.com/webnms/help/developer_guide/web_client/web_struts_config.html

171 questions
-1
votes
1 answer

For Struts 2(2.5.14) which Spring Version will be Compatible

I'm migrating Struts 1 to Struts 2. In Struts 1, Spring 1.1.2 is used for Dependent Injection, AOP. Same Way which version of Spring is compatible with Struts 2 (2.5.14)?
Umakanth
  • 11
  • 3
-1
votes
1 answer

struts2 Login Application using jsp with mysql database

Not going on to success page. Please tell me where I'm going wrong. 1.xml:
dpk12
  • 95
  • 2
  • 16
-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

In struts-config.xml, an action has an "attribute" attribute in it. What's it do?

In our web app's struts-config.xml file, there are a bunch of s defined, and they have both a name and an attribute attribute on most of them, with the form name in both. For example:
Mar
  • 7,765
  • 9
  • 48
  • 82
-2
votes
1 answer

There is no Action mapped for action name elecMenuAction_menuHome

Struts Problem Report Struts has detected an unhandled exception: Messages: There is no Action mapped for action name elecMenuAction_menuHome. Stacktraces There is no Action mapped for action name elecMenuAction_menuHome. - [unknown location] …
three-blocks
  • 353
  • 1
  • 4
  • 20
-3
votes
2 answers

SEVERE: Invalid path was requested /actionname

In struts 1.3 whenever you see a invalid path was requested with /actioname exception in console
Ajay Takur
  • 6,079
  • 5
  • 39
  • 55
1 2 3
11
12