[ 
https://issues.apache.org/jira/browse/WICKET-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-3916.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC6
         Assignee: Martin Grigorov

With r1148229 I changed the way the form component's id is rendered. Please 
test it and tell us whether it works.
Thanks!

> 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
>            Assignee: Martin Grigorov
>            Priority: Trivial
>             Fix For: 1.5-RC6
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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