-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.5-RC5.1
-
Fix Version/s: 1.5-RC6
-
Component/s: wicket-extensions
-
Labels:None
-
Environment:Any
A warning "Please use component.setMarkupId(String) to change the tag's 'id' attribute." is issued every time the component is rendered as the put(String, CharSequence) method on ComponentTag is called with "id" as a key.
To get rid of the warning message the FilterForm#enableFocusTracking(FormComponent) should be updated according to the warning message.