Re: Struts2 + Spring/Hibernate

2009-11-13 Thread Jozef Fiflik
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

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread Jozef Fiflik
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

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-09 Thread Jozef Fiflik
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

Re: struts 2 helloWorld example not properly working in tomcat 5.5

2009-11-07 Thread Jozef Fiflik
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/