hello sir iam a beginner in struts . what i want to know is there a seperate action class for every html form in the application? because there is only one central action class in a strurts application , how does the control from different html forms go to the same action class, and how does the action class know from which html form the request parameters were generated and how to process the data.