WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

2011-01-12 Thread Nuwan Arambage
Hi, I'm a newbie to the structs2 and I was trying to write my first hello world application using structs2.Once I have tried it , I was getting the following warning message. WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action

Re: WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

2011-01-12 Thread Dave Newton
a newbie to the structs2 and I was trying to write my first hello world application using structs2.Once I have tried it , I was getting the following warning message. WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action

Re: WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

2011-01-12 Thread Nuwan Arambage
application using structs2.Once I have tried it , I was getting the following warning message. WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value. As far as I know , I have correctly mapped

Re: WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value.

2011-01-12 Thread Mohamed SIDI
was trying to write my first hello world application using structs2.Once I have tried it , I was getting the following warning message. WARNING: No configuration found for the specified action: 'HelloWorld' in namespace: ''. Form action defaulting to 'action' attribute's literal value. As far

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread sgupta4686
Hi , I am getting the following log in geronimo for few action classes only : Geronimo log shows: 2010-03-01 2:01:53,582 WARN [Form] No configuration found for the specified action: 'SubmitSearchText.action' in namespace: '/text'. Form action defaulting to 'action' attribute's literal value

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread sgupta4686
sgupta4686 wrote: Hi , I am getting the following log in geronimo for few action classes only : Geronimo log shows: 2010-03-01 2:01:53,582 WARN [Form] No configuration found for the specified action: 'SubmitSearchText.action' in namespace: '/text'. Form action defaulting to 'action

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread Jose A. Corbacho
:01:53,582 WARN [Form] No configuration found for the specified action: 'SubmitSearchText.action' in namespace: '/text'. Form action defaulting to 'action' attribute's literal value. Following is struts.xml : package name=text namespace=/text extends=default action name

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread sgupta4686
Hi , I am getting the following log in geronimo for few action classes only : Geronimo log shows: 2010-03-01 2:01:53,582 WARN [Form] No configuration found for the specified action: 'SubmitSearchText.action' in namespace: '/text'. Form action defaulting to 'action' attribute's literal

Re: WARNING: No configuration found for the specified action:

2010-03-04 Thread sgupta4686
action classes only : Geronimo log shows: 2010-03-01 2:01:53,582 WARN [Form] No configuration found for the specified action: 'SubmitSearchText.action' in namespace: '/text'. Form action defaulting to 'action' attribute's literal value. Following is struts.xml : package name=text

No configuration found for the specified action

2009-11-25 Thread vikrant S
I get the following message No configuration found for the specified action: 'doLogin.action' in namespace: ''. Form action defaulting to 'action' attribute's literal value.' when I try to submit login.jsp page containing username and password as input fields and submit button. login.jsp

Re: No configuration found for the specified action

2009-11-25 Thread Lukasz Lenart
2009/11/25 vikrant S shimpi.vikr...@gmail.com:        s:form action=doLogin.action Try doLogin without suffix Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For

Re: No configuration found for the specified action

2009-11-25 Thread vikrant S
I tried doing it butstill I am getting the same error -- View this message in context: http://old.nabble.com/No-configuration-found-for-the-specified-action-tp26508973p26509553.html Sent from the Struts - User mailing list archive at Nabble.com

Re: No configuration found for the specified action

2009-11-25 Thread Lukasz Lenart
2009/11/25 vikrant S shimpi.vikr...@gmail.com:                action name=doLogin.action class=com.tcs.infra.cmt.Login_dummy I missed that, should be doLogin without suffix Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: No configuration found for the specified action

2009-11-25 Thread vikrant S
Hi Lukasz, I tried the same without adding prefix. Still I am getting the same error. -- View this message in context: http://old.nabble.com/No-configuration-found-for-the-specified-action-tp26508973p26510057.html Sent from the Struts - User mailing list archive at Nabble.com

Re: WARNING: No configuration found for the specified action:

2009-04-19 Thread Lukasz Lenart
2009/4/18 Stefano Tranquillini stefano.tranquill...@gmail.com:    package name=home extends=default namespace=/ There isn't namespace user, only /. Namespace is a virtual name, doesn't base on packages or something. Try to read [1] to understand it deeply [1]

WARNING: No configuration found for the specified action:

2009-04-18 Thread Stefano Tranquillini
Hi all. i've a warning in jboss log and i want eliminate it. 14:28:43,312 WARN [ServletUrlRenderer] No configuration found for the specified action: '/user/Register.action' in namespace: '/'. Form action defaulting to 'action' attribute's literal value. so. i've a class callerd Register

[S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Robert Graf-Waczenski
seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my/package name=my.package extends=struts-default action name

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Christian Priebe
action methods are called as i want them to be called), i'm still seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Paweł Wielgus
that i'm still having is that even though my struts.xml is configured properly (meaning that all the intended action methods are called as i want them to be called), i'm still seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Robert Graf-Waczenski
as i want them to be called), i'm still seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my/package name=my.package

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Robert Graf-Waczenski
action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my/package name=my.package extends=struts-default action name=myAction_* class=my.package.MyAction method={1

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Paweł Wielgus
struts.xml is configured properly (meaning that all the intended action methods are called as i want them to be called), i'm still seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Paweł Wielgus
still seeing this here on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my/package name=my.package extends=struts-default

Re: [S2] How to get rid of WARNING: No configuration found for the specified action:?

2009-01-15 Thread Robert Graf-Waczenski
on the console for each action invocation: WARNING: No configuration found for the specified action: [details follow] Here's what my struts.xml looks like (downstripped, of course): package namespace=/my/package name=my.package extends=struts-default action name=myAction_* class

Warn: No configuration found for the specified action under struts2.0.11

2007-11-20 Thread red phoenix
struts.devMode=true struts.configuration.xml.reload=true struts.action.extension=pl Warn: No configuration found for the specified action: 'testing.pl' in namespace: '/test'. Form action defaulting to 'action' attribute's literal value. I am puzzled with it for several days! Anyone could tell me how