On Tue, 2003-02-25 at 17:02, Jeff Born wrote: > Is it best practices to have both attributes have a "false" required > attribute and then run isValid() to check if one or the other was supplied?
I think you'd have to, otherwise you'd have to decide which one was pseudo-required, and that would probably get caught in the JSP page parsing rather than waiting for your own validation code. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
