Hi, I am using i18n in Wicket to set the value on a button.
The markup for the button is <input type="submit" wicket:message="value:save" wicket:id="save"/> The value does not get translated if "save" is in the application-level resource bundle. It only gets translated if "save" is in the page-level resource bundle. Is my markup incorrect, or is this a bug? CP
