Re: Hopefully a common Validation error

2004-04-14 Thread Adam Hardy
Are you copying the .properties file across to your deploy directory? When you do a compile, you get all the class files from javac in your build directory, but you have to explicitly copy other files (i.e. .properties) using ant or something. On 04/12/2004 07:56 PM Patrick wrote: Hello, Thank

Hopefully a common Validation error

2004-04-13 Thread Patrick
Hello, Thank you for taking the time to look at my post. Any help would be greatly appreciated. I am having a problem with struts validation. It seems everything is working GREAT as far as the javascript being created and working fine for the rules of my validation. The problem I am having