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
dnesday, January 12, 2011, Nuwan Arambage > wrote: > >> 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. > >> WARNIN

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
lp other than normal web app debugging tips. > > Dave > > On Wednesday, January 12, 2011, Nuwan Arambage > wrote: >> 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 ,

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

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 act

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

2010-03-04 Thread sgupta4686
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 >>

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

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

2010-03-04 Thread Jose A. Corbacho
Remove ".action" from 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

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

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&#

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: No configuration found for the specified action

2009-11-25 Thread Lukasz Lenart
2009/11/25 vikrant S : >                 class="com.tcs.infra.cmt.Login_dummy"> I missed that, should be doLogin without suffix Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apac

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 : >         Try doLogin without suffix 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

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 pass

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

2009-04-18 Thread Lukasz Lenart
2009/4/18 Stefano Tranquillini : >     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] http://struts.apache.org/2.1.6/docs/namespace-configuration.html Regards -- Lukasz http://www.lenart.or

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 valu

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

2009-01-15 Thread Robert Graf-Waczenski
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 looks like (downstripped, of course):

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

2009-01-15 Thread Paweł Wielgus
gt;>> >>> struts2 >>> *.jsp >>> >>> >>> Robert >>> >>> Paweł Wielgus wrote: >>> >>>> >>>> Hi Robert, >>>> shouldn't it be: >>>> >>> namespace="/my/pa

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

2009-01-15 Thread Robert Graf-Waczenski
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):

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

2009-01-15 Thread Paweł Wielgus
;> currently) and one of the issues 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 >>&g

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

2009-01-15 Thread Robert Graf-Waczenski
e 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): /JSP/myPage1.jsp A typical tag would look so here: ... With this, i get this her

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

2009-01-15 Thread Paweł Wielgus
t; 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: [details >

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

2009-01-15 Thread Christian Priebe
t 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): extends="struts-default">

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

2009-01-15 Thread Robert Graf-Waczenski
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): extends="struts-default"> /JSP/m

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

2007-11-20 Thread red phoenix
/t2.jsp /*Struts.properties*/ struts.i18n.reload=true 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 '