FormBean's and Validation FormBean's and Validation

In this post , you will learn what form beans is, what its importance is, how to use form beans in struts application, and then the valid...

Read more »

The Action Class The Action Class

The action class is a class that is a subtype of org.apache.struts.action.Action. The action class that is a part of controller provdes...

Read more »

The RequestProcessor The RequestProcessor

The RequestProcessor  of Struts framework is an implementation of Application Controller pattern that takes many infrastructure respo...

Read more »
 
Top