I would like to know what mapping.getInputForward()
does in Struts. The API says that it creates and returns an ActionForward
that corresponds to the input of the Action.
But I don't understand what this means. Could anybody explain to me more clearly? Can I use this method to return to the previous page? And if I can, how do I do this?