Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.1
-
None
Description
I really love wicket but the times I had to work around final methods just increases towards infinity...
Could you please make in the following class:
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteRenderer
The methods renderHeader and renderFooter non-final? It is really annoying in order to just customize the appearance I have to write a whole delegate even to an abstract class just to customize that <ul> tag!
thanks