Description
On browser refresh, MarkupNotFoundException after 3rd render.
From the attached quickstart ...
- run Start.java
- localhost:8080/ - Home Page displays
- Press browser refresh - Home Page displays
- Press browser refresh - MarkupNotFoundException: Markup not found for Component: [TransparentWebMarkupContainer [Component id = wicket_link1]]
if the <wicket:link> tags are removed there is no problem. Note that there are no links, it is just the mere presence of the <wicket:link> tags that seems to cause the problem.
Attachments
Attachments
Issue Links
- is related to
-
WICKET-6266 Component resolvers & variation broken in 7.5.0
- Resolved