Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.5-RC5.1
-
None
-
Any
Description
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.