Re: Validator mask boundary matchers don't work

2004-05-11 Thread Leonard Sitongia
On May 11, 2004, at 2:52 PM, Leonard Sitongia wrote: On May 11, 2004, at 2:44 PM, Leonard Sitongia wrote: I'll try your suggestion. I tried \w+\s\w+ (plus instead of * in order to require at least one), and it still accepts more than two strings, e.g. "xxx yyy zzz"... This wo

Re: Validator mask boundary matchers don't work

2004-05-11 Thread Leonard Sitongia
On May 11, 2004, at 2:44 PM, Leonard Sitongia wrote: I'll try your suggestion. I tried \w+\s\w+ (plus instead of * in order to require at least one), and it still accepts more than two strings, e.g. "xxx yyy zzz"... -

Re: Validator mask boundary matchers don't work

2004-05-11 Thread Leonard Sitongia
some time with multiple characters in each word, such as "Leonard Sitongia" (it's a text input for a person's name). I just recently discovered that it is also working for "Leonard E Sitongia", which I didn't want. So, I assumed that \w mean word, not one c

Validator mask boundary matchers don't work

2004-05-11 Thread Leonard Sitongia
I'm using Struts 1.1. I have an html:text input field. I'm trying to constrain the input field to be two strings separated by a space. I have tried \w\s\w but that allows two *or more* strings separated by spaces, such as "xxx yyy zzz". I have tried using the boundary matchers,

Dynamic form based on menu choices?

2004-04-16 Thread Leonard Sitongia
Hi, Is there a tag library out there to do this (or is it part of the struts taglib or JSTL and I'm just missing it... or is it a bad idea? :-)... I would like to allow the user to make a menu choice and have the input forms change (I suppose a page reload or forward would be okay) when the