commons-digester.jar locking issues using struts default library

2006-11-27 Thread Gilbert, Antoine
Hi list, I have a Web application under NetBeans 5.5 using default Struts library 1.2.9 with the built-in Tomcat 5.5.17 For some reasons the file commons-digester seem to always be locked by this Tomcat; I can't "clean and build" my application while Tomcat is running. One more thing an

RE: [OT] Re: xmlparser simple question

2005-08-24 Thread Gilbert, Antoine
next part. At any one time, the most it's going to cache is a single element or attribute name or value. I'm not sure though what you mean by "add the root in the parsing processing". Perhaps you could explain further. Erik -Original Message----- From: "Gilbert, A

xmlparser simple question

2005-08-24 Thread Gilbert, Antoine
Hi I want to read an xml file using a SAXReader combined with a ParserHandler. The file have n o XML root, so I have to find how to add it in the parsing processing. Assuming that the file can be pretty big, how I can do it without at any time having the entire file in memory ?

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
ApplicationResources.properties is in fact there in WEB-INF/classes? Perhaps, your pkg/war task might have excluded it by mistake? --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Only message-resources tag is > > parameter="ApplicationResources"/> > >

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
th similar) within the struts-config.xml: Christopher Marsh-Bourdon www.marsh-bourdon.com -Original Message----- From: Gilbert, Antoine [mailto:[EMAIL PROTECTED] Sent: 23 June 2005 14:58 To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs Validator fram

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
WEB_INF/classes? --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Hi > > > > I have a strange problem. > > > > I have an application using validator on server side > and client side > (javascript), I have an > ApplicationResources.proper

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Does there is a way for me to set in direct code (ex in a servlet filter) this default bundle, so I can have a work around for now -Original Message- From: Gilbert, Antoine Sent: June 23, 2005 9:58 AM To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
ApplicationResources --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Hi > > > > I have a strange problem. > > > > I have an application using validator on server side > and client side > (javascript), I have an > ApplicationResources.p

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
I think the problem is just that default message resource is application.properties instead of ApplicationResources.properties as specified in the struts-config.xml. I guess I shoud try to focus on that problem... -Original Message- From: Gilbert, Antoine Sent: June 23, 2005 8:39 AM To

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
riginal Message----- From: Gilbert, Antoine [mailto:[EMAIL PROTECTED] Sent: donderdag 23 juni 2005 15:41 To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs Validator framework No Struts is trying to load application_fr_CA.properties, and anyway I have no applicat

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
es file to "ApplicationResources_fr_CA.properties" and then deploying the application. Thanks and Regards, Nitish Kumar Tavant Technologies Ltd Bangalore -Original Message- From: Gilbert, Antoine [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 6:09 PM To: Struts Users

ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Hi I have a strange problem. I have an application using validator on server side and client side (javascript), I have an ApplicationResources.properties with all my messages for erreor messages from validations. All is working ok. But, I made a war file and deployed the application on

compile with jspc in ant for tomcat 5

2004-09-03 Thread Gilbert, Antoine
Hi I'am trying to compile some jsp of a dir with this kind of ant code :