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

2009-09-28 Thread nodje
hi Ratheesh, were finally able to solve your problem? I'm just migrating form 2.0.14 to 2.1.6 and suddenly get the same error when trying to access the application default url /. thanks Ratheesh Kumar K wrote: hi, i have attached the configbrowser plugin and is not able to trace it.the

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

2009-09-28 Thread nodje
hi Ratheesh, were finally able to solve your problem? I'm just migrating form 2.0.14 to 2.1.6 and suddenly get the same error when trying to access the application default url /. thanks Ratheesh Kumar K wrote: hi, i have attached the configbrowser plugin and is not able to trace it.the

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
Thanks for your reply. I was not fortunate enough to get it run by your reply. can you give a bit more help to me. I hav changed the class name to start with capital letter. Now the struts.xml looks like as follows: !DOCTYPE struts PUBLIC -//Apache Software Foundation//DTD Struts

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
Add the config browser to your app and check what urls it is mapping: http://struts.apache.org/2.x/docs/config-browser-plugin.html musachy On Fri, Feb 13, 2009 at 11:31 AM, Ratheesh Kumar K k.ratheeshku...@gmail.com wrote: Thanks for your reply. I was not fortunate enough to get it run by

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
hi, i have attached the configbrowser plugin and is not able to trace it.the screen shots are as follows: http://www.nabble.com/file/p22009471/configbrowser1.gif http://www.nabble.com/file/p22009471/configbrowser2.gif http://www.nabble.com/file/p22009471/configbrowser3.gif Musachy Barroso

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
From my JavaRanch response: A couple of notes: * You're missing commons-io. * Java class names should start with a capital letter, i.e., TestAction. * You should use the ng filter in 2.1.6. * Namespaces should begin with a slash (/). Is there anything in the log regarding a filter startup

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
AFAIK the mailing list doesn't pass through attachments, although using one of the forums might. Asking people to go through your application probably isn't the most effective approach--why not just post the relevant configuration and deployment information? It's probably a simple

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
Sorry for the inconvenience. Thanks for your instant response. here is the directory structure http://www.nabble.com/file/p21969639/directoryStructure.gif Following are the major configuration files: web.xml ?xml version=1.0 encoding=UTF-8? web-app

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
Hi, This is Suhas. I have read your mail. Most probably you have not defined the action which drives the jsp. Bcos if no action is mentioned in the s:form, defaults to the driving action. If not defined warning comes out. Thanks Suhas. --- On Thu, 12/2/09, Ratheesh Kumar K

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
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 the action. Can you be more clear on your statement, taking in consideration that I am a newbie to struts. Please help me.