Re: Removing package name all over does not work

2008-04-29 Thread Vinay Nagrik
Thanks for the replies and info. nagrik On 4/28/08, Wes Wannemacher [EMAIL PROTECTED] wrote: Vinay, You are talking about two different things... First off, in the java source file, the statement 'package tutorial;' relates to the following

Removing package name all over does not work

2008-04-28 Thread Vinay Nagrik
Hello Group, I am working with the preliminary HelloWorld.java example and removed the very first line in HelloWorld.java i.e I commented out package tutorial; Thereafter I modified the struts.xml file and it looks like !DOCTYPE struts PUBLIC -//Apache Software Foundation//DTD Struts

Re: Removing package name all over does not work

2008-04-28 Thread Dave Newton
Is the Java class being deployed to the proper location? If you just deleted the package statement w/o moving the file to the appropriate directory you might run into problems. Do you have debugging turned up and/or struts.devMode turned on? Dave --- Vinay Nagrik [EMAIL PROTECTED] wrote: I am

Re: Removing package name all over does not work

2008-04-28 Thread Wes Wannemacher
Vinay, You are talking about two different things... First off, in the java source file, the statement 'package tutorial;' relates to the following http://java.sun.com/docs/books/tutorial/java/package/packages.html In struts2, the package declaration is a way to logically organize your