Guys, this might be a silly question but I'm trying to figure out how to customize the text of the Cancel button within a BeanEditForm. I believe the "cancel" boolean attribute was introduced in T5.2 but unlike "submitLabel" there's no "cancelLabel" property to override the default text.
This also leads me to another question. Is it possible to override the submit and cancel labels implicitly by including a special-formatted string in the application message catalog? Using "submit-label" or "cancel-label" in app.properties seems to have no effect (unless you specify submitLabel="message:submit-label" for the submit button of course, but I don't see a way to do this for the cancel button). I may be overlooking something obvious (I googled for quite a while...) so sorry if my question is silly and thanks for guidance in advance! Rado