|
That is, when the action element is configured in struts-config.xml, the specified scope = request, but I want to return to the error screen when the next logical error occurs, and save the user input information. But scope cannot be session. There is no good way.
For example: in an update screen, when the data entered by the user has a logic error, it will still go to the update screen while retaining the user's input information. But need scope = request configuration. Is there any good way, please help prawns! |
|