--- On Tue, 7/15/08, Brad A Cupit <[EMAIL PROTECTED]> wrote: > Anybody know what the input() method on ActionSupport is for? > > It doesn't seem to be defined by any interfaces. I was > hoping that it was called whenever there was a validation > error, but that doesn't seem to be the case.
It's the default implementation of a method designed for form input; validation is skipped by default. When you have an action implementing Prepareable it's a convenience, before annotation-based configuration you'd configure two action mappings--the initial form display would use the input() method, submission would use execute(). That's my take on it, anyway. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]