You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (JIRA)" <ji...@apache.org> on 2017/10/19 15:58:00 UTC

[jira] [Commented] (WICKET-6485) IllegalArgumentException: Argument 'pageClass' may not be null

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

Andrea Del Bene commented on WICKET-6485:
-----------------------------------------

After WICKET-4201 PageProvider#getPageInstance does not throws PageExpiredException  anymore and returns a null page instance.

> IllegalArgumentException: Argument 'pageClass' may not be null
> --------------------------------------------------------------
>
>                 Key: WICKET-6485
>                 URL: https://issues.apache.org/jira/browse/WICKET-6485
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M7
>            Reporter: francois
>            Assignee: Andrea Del Bene
>            Priority: Minor
>         Attachments: quickstart.zip
>
>
> If I bookmark a stateful page, close the browser, reopen it and click on the bookmark
> I get an IllegalArgumentException
> java.lang.IllegalArgumentException: Argument 'pageClass' may not be null.
>      at org.apache.wicket.util.lang.Args.notNull(Args.java:41)
>      at org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper$UrlInfo.&lt;init&gt;(AbstractBookmarkableMapper.java:90)
>      at org.apache.wicket.core.request.mapper.AbstractBookmarkableMapper.mapHandler(AbstractBookmarkableMapper.java:410)
>      at org.apache.wicket.request.mapper.CompoundRequestMapper.mapHandler(CompoundRequestMapper.java:210)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)