Re: Struts 2 In Action Sample Application

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 15:27:02 SanJ.SANJAY wrote: > I actually do not have in WEB-INF/lib, I have all the jars in a shred lib > and add them in Eclipse and build. This is how I do for other projects > also. > There is some sort of problem with the XML in parsing. I would try re-creating the

Re: Struts 2 In Action Sample Application

2009-02-03 Thread SanJ.SANJAY
I actually do not have in WEB-INF/lib, I have all the jars in a shred lib and add them in Eclipse and build. This is how I do for other projects also. Wes Wannemacher wrote: > > On Tuesday 03 February 2009 15:11:06 SanJ.SANJAY wrote: >> Even if I use the top content form your applicationConte

Re: Struts 2 In Action Sample Application

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 15:11:06 SanJ.SANJAY wrote: > Even if I use the top content form your applicationContext.xml in chapter > 4, I get the same error..so wondering what else could eb the issue. Do you have multiple versions of Spring, or anything else that might attempt to parse XML in yo

Re: Struts 2 In Action Sample Application

2009-02-03 Thread SanJ.SANJAY
Even if I use the top content form your applicationContext.xml in chapter 4, I get the same error..so wondering what else could eb the issue. Here is what I used this time : 1 2 http://www.springframework.org/schema/beans"; 3xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 4

Re: Struts 2 In Action Sample Application

2009-02-03 Thread Wes Wannemacher
On Tuesday 03 February 2009 14:54:55 SanJ.SANJAY wrote: > Has anyone faced this issue with Sample application?? > > SanJ.SANJAY wrote: > > Has anyone here tried and tested the Sample Application code that comes > > for this book "Struts 2 In Action" ? > > I am having hard time to fix it. Currently

Re: Struts 2 In Action Sample Application

2009-02-03 Thread SanJ.SANJAY
Has anyone faced this issue with Sample application?? SanJ.SANJAY wrote: > > Has anyone here tried and tested the Sample Application code that comes > for this book "Struts 2 In Action" ? > I am having hard time to fix it. Currently I am facing the issues in > applicationContext.xml file. >