Struts 2: parameters between Actions
问题 I have the following question: I need to pass a parameter (for example ID ) when I finish a form and the action save the form's values, this will forward to the result = "success" and I need that the action that will be call in the success come with the ID and other parameters to later use in the next form for save this information (info-form2 and info.form1)... for example: FORM1 ( USER ) ==== "success" ====> FORM2 ( ADDRESS ) userForm.html ===================> addressForm.html?user_id=X ...