[
https://issues.apache.org/jira/browse/WICKET-6251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-6251.
-------------------------------------
Resolution: Won't Fix
Wicket 6.x behaves the same way as 7.3.0+, so I'd say this was a regression in
7.0.0-7.2.0.
As [~svenmeier] suggested on the mailing lists you can still trigger the
loading of the markup in an earlier phase than rendering with:
{code}
@Override
protected void onInitialize() {
super.onInitialize();
dequeue();
}
{code}
> wicket 7.3+ breaks custom markup supplied by getMarkupResourceStream
> --------------------------------------------------------------------
>
> Key: WICKET-6251
> URL: https://issues.apache.org/jira/browse/WICKET-6251
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 7.3.0, 7.4.0
> Environment: independent
> Reporter: Korbinian Bachl
> Attachments: quickstart.zip
>
>
> Issue see here:
> http://markmail.org/message/d4w4ffwcdbaehltv#query:+page:1+mid:d4w4ffwcdbaehltv+state:results
> ; quickstart attached
> if you start quickstart all works; if you upgrade quickstart to use wicket
> 7.3 or 7.4 it breaks;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)