Re: Struts 2 field validator thread safety

2010-07-30 Thread Wes Wannemacher
I would say that you probably should write the validator to be thread-safe (just to be sure). But, that being said, from a quick look at the validation framework (check classes like DefaultValidationFactory, ValidationInterceptor, etc. inside of xwork), it looks like xwork caches the validator

Re: Struts 2 field validator thread safety

2010-07-17 Thread Marshall Gunter
Writing my own. On 10-07-15 08:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marshall, On 7/15/2010 9:27 AM, Marshall Gunter wrote: Do Struts 2 field validators need to be thread safe? That depends on what you want to do with them. Are you writing

Struts 2 field validator thread safety

2010-07-15 Thread Marshall Gunter
Do Struts 2 field validators need to be thread safe? -- Marshall Gunter - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts 2 field validator thread safety

2010-07-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marshall, On 7/15/2010 9:27 AM, Marshall Gunter wrote: Do Struts 2 field validators need to be thread safe? That depends on what you want to do with them. Are you writing your own, or are you critiquing the existing validator implementations? -