Re: Struts2 NameSpace Error.

2014-02-07 Thread Subbaraju P
Remove the / in the action name it is not required. On Feb 7, 2014 2:05 AM, "Ramana" wrote: > Hi, > > Please help on this issue.. I am learning Struts2 with simple class. I am > using Struts2 2.3.16 on Java Runtime 1.6. I am getting the below Error. I > tried different ways by looking into google

Re: Antwort: Re: Struts2 NameSpace Error.

2014-02-07 Thread Ramana
Thank you!.. it worked On Feb 7, 2014, at 7:35 AM, Christoph Nenning wrote: >> >> Do I need do any further steps for deployment. Created struts.xml >> place under action class package >> >> > > don't put it into action class package but in default package. > > (the top level folder of your

Antwort: Re: Struts2 NameSpace Error.

2014-02-07 Thread Christoph Nenning
> > Do I need do any further steps for deployment. Created struts.xml > place under action class package > > don't put it into action class package but in default package. (the top level folder of your java code) regards, Christoph This Email was scanned by Sophos Anti Virus

Re: Struts2 NameSpace Error.

2014-02-07 Thread ramana murthy
ed do any further steps for deployment. Created struts.xml place > > under action class package > > > > > > Sent from my Samsung Galaxy S®4 > > > > Original message > > From: Lukasz Lenart > > Date:02/07/2014 1:36 AM (GMT-05:00) > >

Re: Struts2 NameSpace Error.

2014-02-07 Thread Dave Newton
> Original message > From: Lukasz Lenart > Date:02/07/2014 1:36 AM (GMT-05:00) > To: Struts Users Mailing List > Subject: Re: Struts2 NameSpace Error. > > 2014-02-07 2:04 GMT+01:00 Ramana : > > INFO: Unable to locate configuration files of the

Re: Struts2 NameSpace Error.

2014-02-07 Thread puram.ram...@gmail.com
Do I need do any further steps for deployment. Created struts.xml place under action class package Sent from my Samsung Galaxy S®4 Original message From: Lukasz Lenart Date:02/07/2014 1:36 AM (GMT-05:00) To: Struts Users Mailing List Subject: Re: Struts2 NameSpace

Re: Struts2 NameSpace Error.

2014-02-06 Thread Lukasz Lenart
2014-02-07 2:04 GMT+01:00 Ramana : > INFO: Unable to locate configuration files of the name struts.xml, skipping > Feb 6, 2014 8:01:27 PM > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider info Here you have the answer - your struts.xml wasn't properly deployed. Regards -- Łuk

Struts2 NameSpace Error.

2014-02-06 Thread Ramana
Hi, Please help on this issue.. I am learning Struts2 with simple class. I am using Struts2 2.3.16 on Java Runtime 1.6. I am getting the below Error. I tried different ways by looking into google and you tube.. i am getting the same problem. i am trying this issue for past couple of days but i