Re: Wicket RAD and JTA
Hi All again. I could solve the i18n problem. The thing is that I don't understand how to change the text of an input item of a custom panel, let's say FilterPanel:
<input type="submit" value="Filter" wicket:id="button"/>
How can I change the value="Filter" without changing the html and rebuilding the project?
Thanks in advance,
Wadi