Frans Thamura wrote:
can u share when will we use ActionSupport vs ValidateionAwareSupport
You should use ActionSupport when you want an action with default implementations of the things ActionSupport implements, ValidationAwareSupport when you just want a default implementation of ValidationAware.
ActionSupport uses ValidationAwareSupport to provide its ValidationAware... support.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

