Hi,
I've just created similar skeleton couple of days ago.
To let Spring generate your Service and DAO beans, you have to specify also
the GenericService and GenericDAO in your applicationContext xml. You (can)
set them as abstract and you have to specify the inheritance relationship
between the
Hello Kostis,
I am glad you finally got the app running!
Your first app, my first comments in this forum... so I am double glad :-)
Jozef.
On Mon, Nov 9, 2009 at 2:07 PM, reason wrote:
>
> Hello Jozef
>
> Great bit of help, along with the other guys! After dozens of hours of
> frustration f
Hello,
couple of things:
1. Struts2 Action is not Servlet, so you don't need following part in your
web.xml:
HelloWorld
tutorial.HelloWorld
Based on your first email I assume that tutorial.HelloWorld is an action
class, not Servlet.
So please, remove this part.
2. Your action result pag
Hello,
your code and struts settings looks fine, so I guess the problem will be in
the web.xml.
How is set your Filter? What filter do you use? By the way, in struts page
you sent, there is FilterDispatcher mentioned, but it is deprecated since
2.1.3. More about it here:
http://struts.apache.org/
4 matches
Mail list logo