[
https://issues.apache.org/jira/browse/WICKET-6415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074950#comment-16074950
]
Korbinian Bachl commented on WICKET-6415:
-----------------------------------------
i tried to find the example I had it from, somehow no luck yet... Im migrating
from 1.4.22 to current wicket8, so this is the reason why I never stumbled over
those warnings;
"org.apache.wicket.WicketRuntimeException: No Page found for component
[Component id = history]"
really tells nothing - I think in case it happens in an AJAX request the error
should read as
"No Page found for component[xxx] - make sure you have a proper setup of it,
calling target.add after adding it to the page, not before."
> new Components added in AjaxRequest break with no Page found error
> ------------------------------------------------------------------
>
> Key: WICKET-6415
> URL: https://issues.apache.org/jira/browse/WICKET-6415
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 8.0.0-M1, 8.0.0-M2, 8.0.0-M3, 8.0.0-M4, 8.0.0-M5,
> 8.0.0-M6, 8.0.0-M7
> Environment: any
> Reporter: Korbinian Bachl
> Priority: Critical
> Attachments: ajaxDemoForWicket8.zip, ajaxErrorDemo.tar.gz
>
>
> run attached quickstart-project (code behind works well in wicket 7 and
> lower), enter anything into the ajaxfield to trigger the updatebehaviour and
> you get error:
> Unexpected RuntimeException
> Last cause: No Page found for component [Component id = history]
> Stacktrace
> Root cause:
> org.apache.wicket.WicketRuntimeException: No Page found for component
> [Component id = history]
> at org.apache.wicket.Component.getPage(Component.java:1755)
> at
> org.apache.wicket.ajax.AjaxRequestHandler.add(AjaxRequestHandler.java:231)
> at
> com.mycompany.demo.tile.AjaxDemoPanel$2.onUpdate(AjaxDemoPanel.java:118)
> at
> org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(AjaxFormComponentUpdatingBehavior.java:156)
> at
> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:151)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)