Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.8, 6.0.0
-
None
Description
The fix in WICKET-3916 is not effective: https://fisheye6.atlassian.com/changelog/wicket?cs=1148229
As one can see in Component.internalRenderComponent(), the method Component.onComponentTag(), where the markup id is written to the tag, is called before the behavior had a chance to call setOutputMarkupId(true). (The Behavior.onComponentTag() is called in Component.renderComponentTag() a few lines down. The behavior has to call setOutputMarkupId() earlier, like in onConfigure()
Attachments
Attachments
Issue Links
- is cloned by
-
WICKET-4784 DOM ids change of the input fields of FilterToolbar
- Resolved