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