What does this following code do?
mapping.getInputForward()
- Does is sends the control back to the struts-config file?
- Does it send the control to the action form?
Thanks.
What does this following code do?
mapping.getInputForward()
Thanks.
It returns the forward names as the "input" property of the action in question.
It can be used to return to a form page on validation failure, for example.