Hello. I am a struts beginner. Struts emphasizes that there be only one Action associated with each "Submitting" View. So, if I wanted to build a page where the user has numerous options, how do I do it?
i guess your saying that you need to work with multiple actions for a submitting form.For eg.If you want to apply some business logic you can apply it in your action class and then accordingly redirect to another action.Hope it helps.