FilterForm#enableFocusTracking(FormComponent) method uses 
ComponentTag#put(String,CharSequence) with key="id" which gives a warning in 
Wicket 1.5
-------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: WICKET-3916
                 URL: https://issues.apache.org/jira/browse/WICKET-3916
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.5-RC5.1
         Environment: Any
            Reporter: Andre L
            Priority: Trivial


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to