Hi all, I am a new user of struts.
I have a requirement where I need more than one ActionForm against a single DispatchAction,
but I am not able to handle this situation. Is it possible to have more than one ActionForm
against a single DispatchAction?
Thanks in advance...

Hi all, I am a new user of struts.
I have a requirement where I need more than one ActionForm against a single DispatchAction,
but I am not able to handle this situation. Is it possible to have more than one ActionForm
against a single DispatchAction?
Thanks in advance...

A single ActionForm to use for all the methods in one DispatchAction and Use single ActionForm for similar forms. Also DispatchAction collect related functions into a single Action.

This URL (http://www.roseindia.net/struts/struts-dispatch-action.shtml) will give you a very good idea about your question.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.