Re: Bug in Struts Validator

2004-09-13 Thread David Graham
--- Martin Cooper <[EMAIL PROTECTED]> wrote: > I just figured out the same thing. ;-} While I think this is OK for > now, I really think this is a Validator bug. You shouldn't have to > specify the position explicitly; it would be perfectly logical for the > lack of the 'position' attribute to m

Re: Bug in Struts Validator

2004-09-12 Thread Martin Cooper
On Sun, 12 Sep 2004 18:45:31 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 1:41 PM -0700 9/12/04, Martin Cooper wrote: > >There appears to be a bug in the way that the error messages are put > >together in the validator code. The problem shows up in both the > >server side and client side mes

Re: Bug in Struts Validator

2004-09-12 Thread Joe Germuska
At 1:41 PM -0700 9/12/04, Martin Cooper wrote: There appears to be a bug in the way that the error messages are put together in the validator code. The problem shows up in both the server side and client side messages, and I suspect appears only for messages that have more than one argument. Th

Bug in Struts Validator

2004-09-12 Thread Martin Cooper
There appears to be a bug in the way that the error messages are put together in the validator code. The problem shows up in both the server side and client side messages, and I suspect appears only for messages that have more than one argument. The easiest way to see the problem is in the regi