Re: There is no Action mapped for namespace / and action name getTutorial. - [unknown location]

2012-12-20 Thread Lukasz Lenart
2012/12/20 sivacool siva.chaitanya...@gmail.com: Is the problem with the old version of struts Could you post url which you use to access the action? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To

Re: There is no Action mapped for namespace / and action name getTutorial. - [unknown location]

2012-12-20 Thread sivacool
serviceAction SEVERE: Could not find action or result There is no Action mapped for namespace / and action name getTutorial. - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:186) at org.apache.struts2

Re: There is no Action mapped for namespace / and action name getTutorial. - [unknown location]

2012-12-20 Thread Lukasz Lenart
2012/12/20 sivacool siva.chaitanya...@gmail.com: This is the url which i am trying to access the action class http://localhost:8080/StrutsStarter/getTutorial.action I am using Tomcat 7 and jdk 1.7 eclipse indigo is my IDE The following is the error i am getting on the console Try to change

Re: There is no Action mapped for namespace / and action name getTutorial. - [unknown location]

2012-12-19 Thread Lukasz Lenart
Why you use so old version of Struts2? And getTutorial is a bad name for an action, try to change it to get-tutorial or tutorial Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: There is no Action mapped for namespace / and action name getTutorial. - [unknown location]

2012-12-19 Thread sivacool
Is the problem with the old version of struts -- View this message in context: http://struts.1045723.n5.nabble.com/There-is-no-Action-mapped-for-namespace-and-action-name-getTutorial-unknown-location-tp5711456p5711470.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-18 Thread Dean Schulze
Subject: Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name . To: Struts Users Mailing List user@struts.apache.org Date: Friday, September 17, 2010, 10:20 PM What happens if you leave off the trailing slash? (And Javassist is required because OGNL has a dependency

Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-18 Thread Dave Newton
in that circumstance. Anyway, problem solved. --- On Fri, 9/17/10, Dave Newton davelnew...@gmail.com wrote: From: Dave Newton davelnew...@gmail.com Subject: Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name . To: Struts Users Mailing List user@struts.apache.org Date

Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-17 Thread Dean Schulze
I've got a simple Struts 2 application that I build and deploy to glassfish with Netbeans.  When I point the web browser to http://localhost:8080/Struts2Hello/login.action/ it gives this error: There is no Action mapped for namespace / and action name . My action is named login.  Why does

Re: Struts 2.2.1 gives There is no Action mapped for namespace / and action name .

2010-09-17 Thread Dave Newton
.  When I point the web browser to http://localhost:8080/Struts2Hello/login.action/ it gives this error: There is no Action mapped for namespace / and action name . My action is named login.  Why does it think it is names .? (In order to get this far I've also had to add the javassist-3.7.ga

There is no Action mapped for namespace / and action name SERVICOS/.

2010-07-09 Thread Gustavo Felisberto
or http://server/context/SOME_RANDOM_URL/index.html my code gets called and everything works ok. But if I use http://server/context/SERVICOS/ I get an error that: There is no Action mapped for namespace / and action name SERVICOS/. How can I make it so that the requests with no file will get

no action mapped for namespace

2010-04-20 Thread Bhaarat Sharma
in struts2 is there a way to detect when No action mapped for namespace ... error will come up?? What I mean is that can we write an if condition that checks whether or not the the action name exists in struts.xml? we can get the action name by: ActionContext.getInstance().getName() So

Re: no action mapped for namespace

2010-04-20 Thread Luis Martín Canaval Sánchez
actions later -- action name=* class=NoActionMappedAction resultNoActionMappedGO.jsp/result /action On Tue, Apr 20, 2010 at 15:19, Bhaarat Sharma bhaara...@gmail.com wrote: in struts2 is there a way to detect when No action mapped for namespace ... error will come up?? What I mean is that can we

RE: no action mapped for namespace

2010-04-20 Thread Martin Gainty
pour le contenu fourni. Date: Tue, 20 Apr 2010 16:19:39 -0400 Subject: no action mapped for namespace From: bhaara...@gmail.com To: user@struts.apache.org in struts2 is there a way to detect when No action mapped for namespace ... error will come up?? What I mean is that can we

Re: no action mapped for namespace

2010-04-20 Thread Bhaarat Sharma
returns an action name...can it be guaranteed that we will not get No action mapped for namespace...? @Martin: I don't understand where component comes from in your example. which super.populateParams() is your method pointing to? I am lost On Tue, Apr 20, 2010 at 7:49 PM, Martin Gainty mgai

RE: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread Raghuveer.V
] Sent: Wednesday, November 25, 2009 12:57 PM To: user@struts.apache.org Subject: Re: no Action mapped for namespace / and action name doLogin. No configuration found for the specified action under struts2.0.11 Hi all, I am using jboss v5.0 and my login.jsp is %@ taglib prefix=s uri=/struts-tags

RE: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread Raghuveer.V
[mailto:shimpi.vikr...@gmail.com] Sent: Wednesday, November 25, 2009 12:57 PM To: user@struts.apache.org Subject: Re: no Action mapped for namespace / and action name doLogin. No configuration found for the specified action under struts2.0.11 Hi all, I am using jboss v5.0 and my login.jsp

RE: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread vikrant S
hi raghuveer, I tried with ur suggestions but still I am getting the same error. Please help me!!! -- View this message in context: http://old.nabble.com/RE%3A-no-Action-mapped-for-namespace---and-action-name-doLogin.-tp26510748p26511382.html Sent from the Struts - User mailing list archive

Re: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread Lukasz Lenart
Declare namespace attribute for action mapping as / Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: no Action mapped for namespace / and action name doLogin.

2009-11-25 Thread vikrant S
Guyz Any suggestions Please -- View this message in context: http://old.nabble.com/RE%3A-no-Action-mapped-for-namespace---and-action-name-doLogin.-tp26510748p26512263.html Sent from the Struts - User mailing list archive at Nabble.com

no Action mapped for namespace / and action name doLogin.

2009-11-24 Thread vikrant S
Hi All, I am working in application using struts-EJB-hibernate But when I am running the this login application it is not able to find the action class. The Error Which I am getting is as follows:- There is no Action mapped for namespace / and action name doLogin. - [unknown location

Re: no Action mapped for namespace / and action name doLogin.

2009-11-24 Thread vikrant S
-filelogin.jsp/welcome-file /welcome-file-list /web-app getting the following error There is no Action mapped for namespace / and action name doLogin. at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:177) at org.apache.struts2.impl.StrutsActionProxy.prepare

Re: error : 404: There is no Action mapped for namespace / and action name showlogin.

2009-10-08 Thread RogerV
-There-is-no-Action-mapped-for-namespace---and-action-name-showlogin.-tp25782490p25798892.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-10-07 Thread Raghuveer.V
for namespace / and action name -Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: 'Raghuveer.V' Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name Sorry this has to be replied in other

error : 404: There is no Action mapped for namespace / and action name showlogin.

2009-10-07 Thread barkha.jasani
Jasani -- View this message in context: http://www.nabble.com/error-%3A-404%3A-There-is-no-Action-mapped-for-namespace---and-action-name-showlogin.-tp25782490p25782490.html Sent from the Struts - User mailing list archive at Nabble.com

Re: error : 404: There is no Action mapped for namespace / and action name showlogin.

2009-10-07 Thread Lukasz Lenart
2009/10/7 barkha.jasani barkha.nxpe...@gmail.com: please have a look at this and kindly do the needful if you know the solution. Add attribute namespace=/ to your action's config Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

Re: error : 404: There is no Action mapped for namespace / and action name showlogin.

2009-10-07 Thread barkha.jasani
://www.nabble.com/error-%3A-404%3A-There-is-no-Action-mapped-for-namespace---and-action-name-showlogin.-tp25782490p25783883.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
. --- On Thu, 12/2/09, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
. --- On Thu, 12/2/09, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date

2.0.14 to 2.1.6: There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
/config-browser/ fails while http://localhost:8080/myapp/config-browser/index.action works. please help!!! -- View this message in context: http://www.nabble.com/2.0.14-to-2.1.6%3A-There-is-no-Action-mapped-for-namespace---and-action-name-.unknown-location--tp25641418p25641418.html Sent from

Re: 2.0.14 to 2.1.6: There is no Action mapped for namespace / and action name . - [unknown location]

2009-09-28 Thread nodje
. please help!!! -- View this message in context: http://www.nabble.com/2.0.14-to-2.1.6%3A-There-is-no-Action-mapped-for-namespace---and-action-name-.unknown-location--tp25641418p25642691.html Sent from the Struts - User mailing list archive at Nabble.com

Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
I have been using struts2Tiles2 for my current application. I get following error when my Result type is tiles (struts.xml as show below). Any suggestion for resolving this error. WARNING: Could not find action or result There is no Action mapped for namespace / and action name

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
...@infotechsw.com] Sent: Monday, September 21, 2009 12:45 PM To: user@struts.apache.org Subject: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name I have been using struts2Tiles2 for my current application. I get following error when my Result type is tiles (struts.xml

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name

2009-09-21 Thread Raghuveer.V
-Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: 'Raghuveer.V' Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name Sorry this has to be replied in other thread

RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name - struts2-tiles-plugin-2.1.6

2009-09-21 Thread Raghuveer.V
-Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: user@struts.apache.org Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name -Original Message- From: Raghuveer.V

Re: There is no Action mapped for namespace / and action name

2009-08-31 Thread Paweł Wielgus
enabled Tiles in this application, I am getting the error 'There is no Action mapped for namespace / and action name ...'. Looks like the problem is with some configuration files. Does any one have an idea of this? Prabhakar Peri Systems Analyst IVY Comptech Private Limited Cyber Spazio,Road

There is no Action mapped for namespace / and action name

2009-08-30 Thread Prabhakar Peri
Hi, I have a struts2 application which is working fine. After I have enabled Tiles in this application, I am getting the error 'There is no Action mapped for namespace / and action name ...'. Looks like the problem is with some configuration files. Does any one have an idea

RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-05 Thread Mitchell, Steven
: Thursday, June 04, 2009 7:15 PM To: Struts Users Mailing List Subject: Re: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check Finally, the problem with form based authentication got resovled. However; here is a summary of what happens that we get

RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-05 Thread Struts Two
Not anything that I am aware of. --- On Fri, 6/5/09, Mitchell, Steven steven.mitch...@umb.com wrote: From: Mitchell, Steven steven.mitch...@umb.com Subject: RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check To: Struts Users Mailing

Re: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-04 Thread Struts Two
Finally, the problem with form based authentication got resovled. However; here is a summary of what happens that we get the error: There is no Action mapped for namespace / and actionName j_security_check With form-based authentication, Websphere authenticates a user by using URI hostname

RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-04 Thread Martin Gainty
facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Thu, 4 Jun 2009 17:15:06 -0700 From: struts...@yahoo.ca Subject: Re: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-04 Thread Struts Two
I had a PMR open with IBM and L3 support pointed me to the right direction by sifting through the logs. --- On Fri, 6/5/09, Martin Gainty mgai...@hotmail.com wrote: From: Martin Gainty mgai...@hotmail.com Subject: RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for namespace

WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-02 Thread Mitchell, Steven
I'm still trying to get Struts 2.1.6 deployed on WAS 6.1. I'm fighting a couple of related issues. Index.jsp forwards to /MyContext/myNamespace/myAction.action, but gets this error: There is no Action mapped for namespace / and action name . - [unknown location] If I type http://myServer

Re: WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-02 Thread Ron Chan
Steven Not familiar with your setup and if it works in tomcat and not WAS, even stranger. But for what it's worth here is my hack, I made a copy of StrutsPrepareAndExecuteFilter and in the doFilter where it said ActionMapping mapping = prepare.findActionMapping(request, response); if (mapping

RE: WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-02 Thread Mitchell, Steven
() probeid = 309 Dump of callerThis = null -Original Message- From: Ron Chan [mailto:rc...@i-tao.com] Sent: Tuesday, June 02, 2009 10:26 AM To: user@struts.apache.org Subject: Re: WAS 6.1: There is no Action mapped for namespace / and action name j_security_check Steven Not familiar

Re: WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-02 Thread Dave Newton
= com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest() probeid = 309 Dump of callerThis = null -Original Message- From: Ron Chan [mailto:rc...@i-tao.com] Sent: Tuesday, June 02, 2009 10:26 AM To: user@struts.apache.org Subject: Re: WAS 6.1: There is no Action mapped for namespace

Re: WAS 6.1: There is no Action mapped for namespace / and action name j_security_check

2009-06-02 Thread Struts Two
That is why I asked you if you are using Form-based authentication or Basic authentication. And I got no reply. However, looking at ur logs, esp the message: There is no Action mapped for namespace / and action name j_security_check Now I know that your are using Form-based

No Action mapped for namespace

2009-03-01 Thread aum strut
result name=success/Templates/User/CustomerRegistrationFrame.jsp/result /action /package /struts but it is giving me the following error: Could not find action or result There is no Action mapped for namespace / and action name Welcome here is the error stacjk trace for refrence 07:55:54,937DEBUG

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-13 Thread Ratheesh Kumar K
or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date: Thursday, 12 February, 2009, 9:41 AM Sorry for the inconvenience. Thanks for your instant response. here is the directory structure http://www.nabble.com/file/p21969639

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-13 Thread Musachy Barroso
. If not defined warning comes out. Thanks Suhas. --- On Thu, 12/2/09, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-13 Thread Ratheesh Kumar K
to the driving action. If not defined warning comes out. Thanks Suhas. --- On Thu, 12/2/09, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-12 Thread Dave Newton
. --- On Thu, 12/2/09, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date: Thursday, 12

WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread Ratheesh Kumar K
version: 2.1.6 Operating System : Windows XP Following is the error report: Feb 10, 2009 9:04:25 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread Dave Newton
-1700 [Ganymede] Servelt Engine: Tomcat 6.0.18 Struts version: 2.1.6 Operating System : Windows XP Following is the error report: Feb 10, 2009 9:04:25 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn WARNING: Could not find action or result There is no Action mapped for namespace

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread Ratheesh Kumar K
Following is the error report: Feb 10, 2009 9:04:25 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread suhas kokal
...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date: Thursday, 12 February, 2009, 9:41 AM Sorry

Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location]

2009-02-11 Thread Ratheesh Kumar K
, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: From: Ratheesh Kumar K k.ratheeshku...@gmail.com Subject: Re: WARNING: Could not find action or result There is no Action mapped for namespace / and action name . - [unknown location] To: user@struts.apache.org Date: Thursday, 12 February, 2009

Re: There is no Action mapped for namespace / and action name ...

2009-02-10 Thread anah
. Dave --- On Mon, 7/28/08, John Moose jgmo...@gmail.com wrote: and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-08-30 Thread Stephan Schröder
--- On Mon, 7/28/08, John Moose [EMAIL PROTECTED] wrote: and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-08-30 Thread Musachy Barroso
, 7/28/08, John Moose [EMAIL PROTECTED] wrote: and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-08-30 Thread Stephan Schröder
*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd. - [unknown location]* com.opensymphony.xwork2.DefaultActionProxy.prepare

Re: There is no Action mapped for namespace / and action name ...

2008-08-29 Thread Stephan Schröder
this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-08-29 Thread simson
*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd. - [unknown location]* com.opensymphony.xwork2.DefaultActionProxy.prepare

Re: There is no Action mapped for namespace / and action name ...

2008-07-30 Thread Pauli Savolainen
Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd. - [unknown location

Re: There is no Action mapped for namespace / and action name ...

2008-07-30 Thread John Moose
--- On Mon, 7/28/08, John Moose [EMAIL PROTECTED] wrote: and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread Pauli Savolainen
: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd. - [unknown location]* com.opensymphony.xwork2.DefaultActionProxy.prepare

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread John Moose
this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread John Moose
Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action name dashbd. - [unknown location

There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
I know what you're thinking... web.xml has no action mapping, but it does! ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread Dave Newton
: There is no Action mapped for namespace / and action name ... To: Struts Users Mailing List user@struts.apache.org Date: Monday, July 28, 2008, 3:58 PM I know what you're thinking... web.xml has no action mapping, but it does! ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
: From: John Moose [EMAIL PROTECTED] Subject: There is no Action mapped for namespace / and action name ... To: Struts Users Mailing List user@struts.apache.org Date: Monday, July 28, 2008, 3:58 PM I know what you're thinking... web.xml has no action mapping, but it does! ?xml version

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread John Moose
and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action name dashbd. -- Stacktraces *There is no Action mapped for namespace / and action

Re: There is no Action mapped for namespace / and action name ...

2008-07-28 Thread Dave Newton
FilterDispatcher worked, though, so maybe not. Hrm. Dave --- On Mon, 7/28/08, John Moose [EMAIL PROTECTED] wrote: and I probably should have included this as well: Struts Problem Report Struts has detected an unhandled exception: *Messages*: There is no Action mapped for namespace / and action

RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-23 Thread Rajagopal_Yendluri
. -Original Message- From: kushi [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 2:51 PM To: user@struts.apache.org Subject: RE: problem There is no Action mapped for namespace / and action name hellome. - structs.xml is placed at C:\Documents and Settings\Admin

RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-23 Thread kushi
, Rajagopal Y (Raj) HCU-Consulting Enterprise Solutions. Phone: (C) +91-9986584084 / (W)+91-80-6658 3685. -Original Message- From: kushi [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 1:23 PM To: user@struts.apache.org Subject: problem There is no Action mapped for namespace

RE: problem There is no Action mapped for namespace / and action name hellome. -

2007-11-22 Thread Rajagopal_Yendluri
, 2007 1:23 PM To: user@struts.apache.org Subject: problem There is no Action mapped for namespace / and action name hellome. - Hello i am beginner,i have just make a small hello program .when i run my program i fine this error. HTTP Status 500 - type Exception report message description

problem There is no Action mapped for namespace / and action name hellome. -

2007-11-22 Thread kushi
Tomcat/5.5.17 please let me suggest why this error is encounter. Thanks kushi -- View this message in context: http://www.nabble.com/problem-There-is-no-Action-mapped-for-namespace---and-action-name-hellome.---tf4860176.html#a13908169 Sent from the Struts - User mailing list archive

struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
i Have this problem and i lost 2 days trying do fix, what can i do in this case? I use java 1.4.2 / Struts 2 J4 / Hibernate and Spring. i have the HelloWorld.java in the src and src/action to test. *struts.xml * include file=struts-default.xml/ constant name=struts.objectFactory value=

Re: struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Zarar Siddiqi
Problems that I see: 1. Spring bean is defined as helloWorld but referred to as HelloWorld in Struts config (case is incorrect). 2. You're saying that your action class is under src/action so I would think the fully qualified name of the class might be action.HelloWorldAction but that's now how

Re: struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
i put the log4j and my problem now is this: 13:31:21,484 DEBUG XmlConfigurationProvider:873 - Loaded action configuration from: struts-plugin.xml 13:31:21,484 INFO XmlConfigurationProvider:140 - Parsing configuration file [struts-plugin.xml] StandardContext[/fiergs]Exception starting filter

There is no Action mapped for namespace /struts and action name webconsole.

2007-08-16 Thread SamImari
Hi, I want to start the struts2-webconsole with http://localhost:8080/myStruts2App?debug=console but got the following stacktrace. Any hint? Regards, SAM There is no Action mapped for namespace /struts and action name webconsole. - [unknown location] com.opensymphony.xwork2