[ 
https://issues.apache.org/jira/browse/WICKET-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578854#comment-15578854
 ] 

Martin Grigorov commented on WICKET-6252:
-----------------------------------------

The problem is that you re-create the links in onConfigure() for each rendering.
By just renaming 
foo.wicket.html.paging.stateless.StatelessSimplePagingNavigator#onConfigure() 
to 
foo.wicket.html.paging.stateless.StatelessSimplePagingNavigator#onInitialize() 
fixes the unit tests.

> Component in enclosure not found
> --------------------------------
>
>                 Key: WICKET-6252
>                 URL: https://issues.apache.org/jira/browse/WICKET-6252
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.4.0
>         Environment: ALL
>            Reporter: Per Newgro
>              Labels: enclosure
>         Attachments: poc-stateless-pagination.zip
>
>
> I transfer code from wicket 6.x to 7.x. But i got a complaint that a 
> component in an enclosure can not be found.
> With wicket-6.24.0 This is working. I've already double checked for a similar 
> issue.
> Can you please check the attached quickstart and give me a hint?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to