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
How do I verify whether I defined correctly or not . I am new java On Feb 7, 2014 7:29 AM, "Dave Newton" wrote: > By default it is expected to be at the root of the classpath. > On Feb 7, 2014 7:26 AM, "puram.ram...@gmail.com" > wrote: > > > Do I need do any further steps for deployment. Create

Re: Struts2 NameSpace Error.

2014-02-07 Thread Dave Newton
By default it is expected to be at the root of the classpath. On Feb 7, 2014 7:26 AM, "puram.ram...@gmail.com" wrote: > 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 ---

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 Error