Re: No Configuration Error Struts2

2013-10-16 Thread Lukasz Lenart
Hm too old as for me, so I don't know, try Yaragalla Muralidhar's solution though. 2013/10/16 Srimuralidharan S : > my struts 2 version is 2.0.11 > On 10/16/2013 12:51 PM, Lukasz Lenart wrote: >> >> Struts 2 version? >> >> 2013/10/16 Srimuralidharan S: >>> >>> Hi to all, >>> I'm

Re: No Configuration Error Struts2

2013-10-16 Thread Srimuralidharan S
my struts 2 version is 2.0.11 On 10/16/2013 12:51 PM, Lukasz Lenart wrote: Struts 2 version? 2013/10/16 Srimuralidharan S: Hi to all, I'm using struts 2 framework with the following configuration i received the following warning and my application doesn't works [Form] No configu

Re: No Configuration Error Struts2

2013-10-16 Thread Lukasz Lenart
Struts 2 version? 2013/10/16 Srimuralidharan S : > Hi to all, > I'm using struts 2 framework with the following configuration i > received the following warning and my application doesn't works > [Form] No configuration found for the specified action: '/' in namespace: > ''. Form act

Re: No Configuration Error Struts2

2013-10-16 Thread Yaragalla Muralidhar
try the following instead of You forgot to add namespace to your "package". Hope this solves ur problem. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Wed, Oct 16, 2013 at 12:30 PM, Srimuralidharan S < srimuralidhara...@dhyanit.com> wrote: > Hi to all, >

No Configuration Error Struts2

2013-10-16 Thread Srimuralidharan S
Hi to all, I'm using struts 2 framework with the following configuration i received the following warning and my application doesn't works [Form] No configuration found for the specified action: '/' in namespace: ''. Form action defaulting to 'action' attribute's literal value.