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

2012-12-20 Thread Lukasz Lenart
2012/12/20 sivacool : > 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 the name of your act

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 : > 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 unsubscribe, e-mail: user-unsubscr.

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: 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: user-unsubs

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

2010-09-18 Thread Dave Newton
> circumstance. Anyway, problem solved. > > > --- On Fri, 9/17/10, Dave Newton wrote: > > From: Dave Newton > Subject: Re: Struts 2.2.1 gives There is no Action mapped for namespace / > and action name . > To: "Struts Users Mailing List" > Date: Friday, Septembe

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

2010-09-18 Thread Dean Schulze
Schulze wrote: > 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 n

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

2010-09-17 Thread Dave Newton
int 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&

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"

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

2010-07-09 Thread Gustavo Felisberto
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 delivered to my code? Gustavo -- Gustavo Felisberto. WIT-Software S.A. Coimbra, Leiria, Lisboa, Porto (Portugal) San Jose (California) Phone

Re: no action mapped for namespace

2010-04-20 Thread Bhaarat Sharma
ve line of code 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

RE: no action mapped for namespace

2010-04-20 Thread Martin Gainty
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 wri

Re: no action mapped for namespace

2010-04-20 Thread Luis Martín Canaval Sánchez
; 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: ActionConte

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()

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

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
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 at

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

2009-11-25 Thread Raghuveer.V
Regards, Raghuveer Vellanki -Original Message- From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Wednesday, November 25, 2009 4:19 PM To: 'user@struts.apache.org' Cc: 'shimpi.vikr...@gmail.com' Subject: RE: no Action mappe

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

2009-11-25 Thread Raghuveer.V
M 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" %> Struts 2 Lo

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

2009-11-24 Thread vikrant S
struts2 /* login.jsp 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.

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: error : 404: There is no Action mapped for namespace / and action name showlogin.

2009-10-07 Thread RogerV
-- View this message in context: http://www.nabble.com/error-%3A-404%3A-There-is-no-Action-mapped-for-namespace---and-action-name-showlogin.-tp25782490p25798892.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 barkha.jasani
h...@struts.apache.org > > > -- View this message in context: http://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. --

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 : > 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/ --

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

2009-10-07 Thread barkha.jasani
ds, Barkha 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

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

2009-10-06 Thread Raghuveer.V
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 replie

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
ks fine, displays all the > actions linked. But it also fail if one omit to specify the jsp file name: > http://localhost:8080/myapp/config-browser/ fails while > http://localhost:8080/myapp/config-browser/index.action works. > > please help!!! > > -- View this message

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

2009-09-28 Thread nodje
.0.14-to-2.1.6%3A-There-is-no-Action-mapped-for-namespace---and-action-name-.unknown-location--tp25641418p25641418.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-27 Thread nodje
K wrote: >>>>> hi , >>>>> thanks 4 ur reply. >>>>> But as u can see my reply to the mail (third post in this thread.), I >>>>> hav >>>>> attached all the jsps and configuration file. In the jsp I have given >>>

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

2009-09-27 Thread nodje
K wrote: >>>>> hi , >>>>> thanks 4 ur reply. >>>>> But as u can see my reply to the mail (third post in this thread.), I >>>>> hav >>>>> attached all the jsps and configuration file. In the jsp I have given >>>

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: 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 ot

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

2009-09-21 Thread Raghuveer.V
e- From: Raghuveer.V [mailto:raghuve...@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 follo

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 /

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

2009-08-31 Thread Paweł Wielgus
d 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 &g

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 id

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 wrote: > From: Mitchell, Steven > Subject: RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for > namespace / and action name j_security_check > To: "Struts Users Mailing List" > Received

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
rsday, 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 the

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 wrote: > From: Martin Gainty > Subject: RE: (PROBLEM SOLVED) WAS 6.1: There is no Action mapped for > namespace / and action name j_security_c

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
nt donné que les email peuvent 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 ma

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

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

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 / and

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 with

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 =

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:

No Action mapped for namespace

2009-03-01 Thread aum strut
: /index.jsp /LoginForm.action /Templates/User/CustomerRegistrationFrame.jsp 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

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
rn SUCCESS; >>>>>>} >>>>>> } >>>>>> >>>>>> index.jsp >>>>>> >>>>>> <%@ page language="java" >>>>>> contentType="text/html; charset=ISO-8859-1"

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
; newbie to struts. >>> Please help me. >>> >>> >>> >>> >>> suhas kokal wrote: >>>> Hi, >>>> This is Suhas. I have read your mail. >>>> Most probably you have not defined the action which drives the jsp. >

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
on is mentioned in the , defaults to the driving >>> action. If not defined warning comes out. >>> >>> Thanks >>> >>> Suhas. >>> >>> >>> >>> --- On Thu, 12/2/09, Ratheesh Kumar K wrote: >>> >>>> From:

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
uhas. --- On Thu, 12/2/09, Ratheesh Kumar K wrote: From: Ratheesh Kumar K 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 for th

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
has. > > > > --- On Thu, 12/2/09, Ratheesh Kumar K wrote: > >> From: Ratheesh Kumar K >> Subject: Re: WARNING: Could not find action or result There is no Action >> mapped for namespace / and action name . - [unknown location] >> To: user@struts.apac

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
rom: Ratheesh Kumar K > 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 for the inconvenience. > Thanks for

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
/74896d3331b8aae51eeb1bb90e63cde126bf3d709bc8e9c932956279a2bfa6c8.html >> here >> >> Following are the development environment configurations: >> IDE: Eclipse Platform Version: 3.4.1 Build id: M20080911-1700 [Ganymede] >> Servelt Engine: Tomcat 6.0.18 >

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
3.4.1 Build id: M20080911-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 Ac

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] at

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

2009-02-10 Thread anah
On Mon, Jul 28, 2008 at 4:04 PM, Dave Newton >>> wrote: >>> > >>> >> Hmm, I wonder if it was the same issue I was having with 2.1.3 a week >>> or so >>> >> ago that I haven't had time to re-visit--so it actually could be the >>>

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

2008-08-30 Thread Stephan Schröder
ethod in the pacakge defined in the web.xml's >> actionPackages >> >>>>> init parameter. At least this declaration used to send the control >> to >> >>>>> the LoginAction's execute method. Doesn't do anymore. >> >>>>>

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

2008-08-30 Thread Musachy Barroso
such > >>>>> as the login form). I don't know if this has anything got to do with > >>>>> the problem I'm having. > >>>>> > >>>>> So, is a result of something I did wrong or could it be something &g

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

2008-08-30 Thread Stephan Schröder
t;>>>> >>>>> Thank you >>>>> >>>>> Pauli Savolainen >>>>> >>>>> 2008/7/28 Paul Benedict <[EMAIL PROTECTED]>: >>>>> > What's the correct way of writing a good 404 or action not fou

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

2008-08-29 Thread simson
>>>> Does >>>> > s2 have something like a fallback action if nothing can be found? >>>> > >>>> > Paul >>>> > >>>> > On Mon, Jul 28, 2008 at 4:04 PM, Dave Newton <[EMAIL PROTECTED]> >>>> wrote: &g

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

2008-08-29 Thread Stephan Schröder
[EMAIL PROTECTED]> >>> wrote: >>> > >>> >> Hmm, I wonder if it was the same issue I was having with 2.1.3 a week >>> or so >>> >> ago that I haven't had time to re-visit--so it actually could be the >>> web.xml >>>

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

2008-07-30 Thread John Moose
; Paul > >>> > > >>> > On Mon, Jul 28, 2008 at 4:04 PM, Dave Newton <[EMAIL PROTECTED]> > >>> wrote: > >>> > > >>> >> Hmm, I wonder if it was the same issue I was having with 2.1.3 a &

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

2008-07-30 Thread Pauli Savolainen
> >>> >> Hmm, I wonder if it was the same issue I was having with 2.1.3 a week >>> or so >>> >> ago that I haven't had time to re-visit--so it actually could be the >>> web.xml >>> >> (specifically the dispatcher being used) an

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

2008-07-29 Thread John Moose
ing used) and I may have put my foot in >> my >> >> mouth (again). >> >> >> >> Somebody followed up saying the original FilterDispatcher worked, >> though, >> >> so maybe not. Hrm. >> >> >> >> Dave >> >> >

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

2008-07-29 Thread John Moose
ly could be the > web.xml > >> (specifically the dispatcher being used) and I may have put my foot in > my > >> mouth (again). > >> > >> Somebody followed up saying the original FilterDispatcher worked, > though, > >> so maybe not. Hrm. >

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

2008-07-29 Thread Pauli Savolainen
n Moose <[EMAIL PROTECTED]> wrote: >> > and I probably should have included this as well: >> > >> > Struts Problem Report >> > >> > Struts has detected an unhandled exception: >> > *Messages*: &g

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

2008-07-28 Thread Paul Benedict
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: >

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

2008-07-28 Thread Dave Newton
ginal 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 A

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 John Moose
ithout more information. > > Dave > > --- On Mon, 7/28/08, John Moose <[EMAIL PROTECTED]> wrote: > > > From: John Moose <[EMAIL PROTECTED]> > > Subject: There is no Action mapped for namespace / and action name ... > > To: "Struts Users Mailing List"

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

2008-07-28 Thread Dave Newton
Moose <[EMAIL PROTECTED]> > Subject: There is no Action mapped for namespace / and action name ... > To: "Struts Users Mailing List" > Date: Monday, July 28, 2008, 3:58 PM > I know what you're thinking... web.xml has no action > mapping, but it does! > > >

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! 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 http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> Struts

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

2007-11-23 Thread Rajagopal_Yendluri
ushi [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\structExample\src\java\structs.xml"

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

2007-11-23 Thread kushi
??? > > Regards, > 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.

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

2007-11-22 Thread Rajagopal_Yendluri
r 23, 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 at

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 stru

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 h

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 * /HelloWorld.jsp *applicationContext.xml * *web.xml * Spring OpenEnt

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