sorry, it work but actually because my netbeans
ide having problem, it doesn't save my configuration for actionmapping
, anyway, below is my action mapping code
struts-config.xml
program description:
i have 10 html page, each of it contains 1 form, every form contain single "summit" button, when user click button , the form will send and data will save into database
- the solution for this scenario is using DispatchAction
(am i using the right way?) - is that means i have to come out 10 same action PATH with each of it attached a own actionForm, and different parameter for each action path ?