Hello there!
I am new to struts2,
jsp,
servlets and all this
java web technology. I was hoping to find some help here. I deployed a simple struts2 application. I get this exception:
I'm pretty sure my web.xml and struts.xml are correctly set up as the error began after creating an object. I use the execute()-method of an action to let a static method construct an object and want to print out a
string from that object, and in an offline application this works fine, therefore the error has to lie in
struts or servlets somehow (and I just don't get it). The code from the action looks like this:
Shown error on website:
Eclipse-Console:
Does anybody see my noob mistake? Something about servlets perhaps, that I might have not seen? If you need additional info please let me know.
Greetings, Akku
--
Update: I got a working HelloWorld-Struts2-System, so I don't search for a Struts-Setup-Walkthrough.
[ July 23, 2008: Message edited by: Tom Dallas ]