Re: RE: MVC initialization

2004-11-30 Thread jeichels
Thank you both much!!! I guess I will try using the ServletContextListener because I am using Servlet 2.3 as found in Tomcat 4.1. I have tried hard on staying away from having a common initilization, but the scope of the service platform I created requires the ability now...so that each produ

MVC initialization

2004-11-30 Thread jeichels
I know this is a bit off topic, but I figured I could get a better answer here. I am using Tomcat 4.1 and the latest production build for Struts in an MVC setup and have a large application already in production on the web. I need to enhance the model, but this enhancement will require me to hav

Re: Validor has a problem with negative expressions <-- disregard these posts

2004-11-04 Thread jeichels
The solution was elsewhere. negative regular expressions are fine. Sorry for the spam. - Original Message - From: [EMAIL PROTECTED] Date: Thursday, November 4, 2004 2:31 am Subject: Re: Validor has a problem with negative expressions > By the way in this I use the expanded forms of &

Re: Validor has a problem with negative expressions

2004-11-03 Thread jeichels
By the way in this I use the expanded forms of & g t ; and & l t ; minus the spaces, but you can't see them on the page below. - Original Message - From: [EMAIL PROTECTED] Date: Thursday, November 4, 2004 2:28 am Subject: Validor has a problem with negative expressions > > I have th

Validor has a problem with negative expressions

2004-11-03 Thread jeichels
I have the validator working doing some fairly complex field validations, but I am having a problem with what I think should be a trivial thing. I am trying to create an expression where you get all but html types of characters. I have tried variations, but can't seem to get this to work.