I have hard-coded the link destination URL in the below link.
<a href="+https://accent.com+" target="_parent"></a>
I need to re-factor the code so that the URL is set dynamically (reading it from a property file) Any one has an idea how to achieve that in wicket?
Thank you.