Hi. I tried to translate the cancel button on a BeanEditForm by supplying the translation "cancel-label=Avbryt" in my app.properties, but this does not seem to work. I had a look at the source tml for the BeanEditForm, and I see that the cancel button are written as <t:submit t:id="cancel" mode="cancel" value="message:cancel-label"/>
Are the value supposed to be "message:cancel-label"? Would not ${message:cancel-label} be the correct way of referencing the message catalog in a component? (Palette.tml uses this for the alt messages) Regards Sigbjørn Tvedy