Hi Tim, What was the rationale behind the way form button labelling works with the /doSomething.action.save approach? Why not just use the same strategy as elsewhere and supply a resource bundle key that can be anything. The approach, as implemented, requires multiple entries for the same ...
Hey Sean, Well, the way I looked at it is that it means that the submit/reset/ button controls have a consistent strategy with the rest of the form controls. So the way to define localized text for buttons is the same as it is for a text field. Let me outline here ...