Validation mask ranges

2004-08-19 Thread Brown, James
We are in a bind so I reposting under a different topic. Sorry, but ... We are trying to limit user input to the following ranges in ISO-8859-1: 32-126 160-255 As well as characters 9, 10 and 13. We have tried various things but have run into problems with the #' characters, plus it is

Re: Validation mask ranges

2004-08-19 Thread Erik Weber
Not sure, but if you run out of time, write your own pluggable validator for those fields. See the Struts docs, or the example on Matt Raible's site for a twofields pluggable validator. It's easy. Erik Brown, James wrote: We are in a bind so I reposting under a different topic. Sorry, but ...

RE: Validation mask ranges

2004-08-19 Thread Brown, James
: Validation mask ranges We are in a bind so I reposting under a different topic. Sorry, but ... We are trying to limit user input to the following ranges in ISO-8859-1: 32-126 160-255 As well as characters 9, 10 and 13. We have tried various things but have run into problems