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
>
> http://java.sun.com/docs/books/tutorial
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
actions
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 a
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
http://struts.apache.org/dtds/struts-2.0.dtd";>
4 matches
Mail list logo