Description
There is an exception when a component is added to queue when its parent is an auto component
<body>
<a href="panier.html">
<span wicket:id="inlink"></span>
</a>
</body>
Last cause: Unable to find component with id 'inlink' in [TransparentWebMarkupContainer [Component id = wicket_relative_path_prefix_1]]
Expected: 'wicket_relative_path_prefix_1:inlink'.
Found with similar names: ''
Attachments
Attachments
Issue Links
- breaks
-
WICKET-5731 Using "Submit" button in Ajax DropDownChoice example leads to broken HTML page
- Resolved
- relates to
-
WICKET-5730 Dequeue auto component can't resolve components if they are nested in child markup
- Resolved