This video introduces the ActionSupport class and one of the features of the class, validation. We'll look at the validate() method and how we can implement simple form validations in Struts 2. Struts 2 Tutorial 13 – The ActionSupport Class
ActionSupport class. It is a convenient class that implements many interfaces such as Action, Validateable, ValidationAware, TextProvider, LocaleProvider and Serializable . So it is mostly used instead of Action. Example of Struts Action that extends Acti
In this tutorial you will learn about the struts Action Support class Example of ActionSupport class. Struts ActionSupport class provides the default implementation of the most common actions. It provides a collection of methods. Some of the common method
Post a Comment:
Showing 0 Comments: