Re: Bug Fix: s:radio does not select the right option (any option)

2011-02-08 Thread John Dondapati
FYI, Created an issue in the JIRA for this : https://issues.apache.org/jira/browse/WW-3569 On Mon, Feb 7, 2011 at 8:47 PM, John Dondapati wrote: > Hello, > > If you are breaking your head like me to see why the appropriate radio > button is not se

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Kushan Jayathilake
It seems there is another xml parser is conflicting. Check the lib folder of the tomcat, there should be another Xml parser there. Remove it, and replace the parser in your application. On 8 Feb 2011 17:38, "abhishek jain" wrote: > hi, > I noticed if i remove the xerces-2.6.2.jar file and restart

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
hi, I noticed if i remove the xerces-2.6.2.jar file and restart the server, it works fine, dont know why, Pl. advice the reason and will it have any affect on Hibernate thing in the project, thanks abhishek On Tue, Feb 8, 2011 at 3:13 PM, abhishek jain wrote: > hi, > thanks for replying, > in my

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
hi, thanks for replying, in myeclipse,if i do contrl + click on the struts-default.xml in struts.xml, it opens the file, hence it seems this is also not the error, thanks abhishek On Tue, Feb 8, 2011 at 3:06 PM, Mohamed SIDI wrote: > You should have problem in your classpath, it looks for a file

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
You should have problem in your classpath, it looks for a file named struts-default in your classpath, so in your classes directory can you check if you have this file or not, another alternative, check your classpathconfiguration in your eclipse . 2011/2/8 abhishek jain > On Tue, Feb 8, 2011

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
On Tue, Feb 8, 2011 at 2:47 PM, Mohamed SIDI wrote: > Hi, > > May be you dont have well configure your application context. > > check your web.xml file > > best wishes !! > > 2011/2/8 abhishek jain > > > Hi, > > I am running myeclipse(8.x) on windows. trying my hands on struts 2.x > > applicatio

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread Mohamed SIDI
Hi, May be you dont have well configure your application context. check your web.xml file best wishes !! 2011/2/8 abhishek jain > Hi, > I am running myeclipse(8.x) on windows. trying my hands on struts 2.x > application, when i try to run the application i see hte following error in > console

cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
Hi, I am running myeclipse(8.x) on windows. trying my hands on struts 2.x application, when i try to run the application i see hte following error in console. Dont know why , pl help. due to this i cannt run the application and 404 error appears. I think i narrowed this to possibly remove the xerc