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
Remove .action from s:form method=post id=mainForm action=SubmitSearchText.action That should make it On Fri, Mar 5, 2010 at 2:44 PM, sgupta4686 sugandh_gu...@infosys.comwrote: Hi , I am getting the following log in geronimo for few action classes only : Geronimo log shows: 2010-03-01

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
Thanks a lot. This is working. mccorby wrote: Remove .action from s:form method=post id=mainForm action=SubmitSearchText.action That should make it On Fri, Mar 5, 2010 at 2:44 PM, sgupta4686 sugandh_gu...@infosys.comwrote: Hi , I am getting the following log in geronimo for few

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 in

[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