You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/05/28 15:11:15 UTC

[jira] Closed: (WICKET-557) RedirectPage inside ListView causes page expiration issues

     [ https://issues.apache.org/jira/browse/WICKET-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-557.
----------------------------------

    Resolution: Fixed

the test was incorrect, and because the log.error wasn't reported in the console it didn't get noticed that ListRow isn't serializeable:
when i do this:

class ListRow  implements Serializable

it goes fine.


> RedirectPage inside ListView causes page expiration issues
> ----------------------------------------------------------
>
>                 Key: WICKET-557
>                 URL: https://issues.apache.org/jira/browse/WICKET-557
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: trunk
>            Reporter: Carlos Pita
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-beta2
>
>         Attachments: redirect.tgz
>
>
> I have a page with a number of Links, some of them internal (to the wicket application), some of them external (to RedirectPages). If I follow one of the externals (opening it into a different tab/window) something like a cache clean up seems to happen, because after that any of the internal links give a page expiration error. 
> I have coded a little example: a simple page with just one external and one internal link. I can not reproduce the problem in this reduced scenario. But if both links are rows of a ListView, after following the external one once, the internal one gets expired. 
> I have attached an eclipse project with a page for each situation: simple, list. There is a jetty launcher inside so that you can fire it up. You can then browse
> the two cases at the urls:
> http://localhost:8080/redirect/app/simple
> http://localhost:8080/redirect/app/list
> (just ignore the tab package; it's an example with the ListView embedded into a TabbedPanel from which I came up to the other examples by successive reductions). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.