adspace


What is the role of action class in struts?

Answer Posted / Varun Tomar

The Action class in Struts plays a vital role in processing user requests. It receives the request from the Handler, performs necessary operations (like validations, business logic, and data access), sets values to Action forms or ActionForward objects, and returns them to the Handler for further processing.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between filters and interceptors ?

1316


How is declarative handling of exceptions done in struts ?

1010


What are the contents on web.xml in struts application ?

1072


What is action chaining ?

1168


What do you know about validation plugin ?

1031