I know that to localize I need to add a .properties file that has each key and its value so I checked the signinpage.html in org.apache.wicket.authroles.authentication.pages and I found out that titles aren’t written as wicket:message but normal HTML , What should I do ?
I know that to localize I need to add a .properties file that has
Share
You will have to create your own SignInPage and SignInPanel classes. Copy and rename them from the wicket
srcfolder which is included in the download archive.You can use
propertiesandhtmlfiles as you tried to do.