I am very inexperienced with Struts and Java in general, and I am struggling with a form problem.
The problem is that the form call below works, but not in all cases. It seems some browsers don't like the empty actions.
I have the class Confirm in a file called Confirm.java that should populate each field.
And I have another class called ModelAndView onSubmit which handles the request.
But what should I call for the action when I can't leave it empty?