Description
As mentioned in the following post of the users mailing list:
http://wicket-users.markmail.org/message/54lo4i4qwoqtmuqv?q=tobias+soloschenko
It would be great to be able to change the way wicket ids are generated so that it is possible to define a custom prefix / suffix.
Example:
Without prefix
<div id="menuItem32">...</div>
With prefix
<div id=" ns_Z7_0G8AH001I8CJD0AKTUU2F21004__menuItem32">...</div>
"ns_Z7_0G8AH001I8CJD0AKTUU2F21004__" would be the prefix.