You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ryan Gravener (JIRA)" <ji...@apache.org> on 2008/10/12 19:56:44 UTC

[jira] Updated: (WICKET-1431) Make the Source Code pages for examples stateless

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

Ryan Gravener updated WICKET-1431:
----------------------------------

    Attachment: wicket-examples.diff

Here is a patch which makes the sources page bookmarkable.  Since ajax is used to navigate the files I created a new requestcycle which gives a status code of 404 so that the iajaxcalldecorator's failure script will be called on session expired and the bookmarkable instance of the page is then redirected to via javascript.

> Make the Source Code pages for examples stateless
> -------------------------------------------------
>
>                 Key: WICKET-1431
>                 URL: https://issues.apache.org/jira/browse/WICKET-1431
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-examples
>    Affects Versions: 1.3.2
>            Reporter: Ned Collyer
>            Priority: Minor
>             Fix For: 1.5-M1
>
>         Attachments: wicket-examples.diff
>
>
> Page expiry is very frustrating, especially when you tab back to the source code to see how something is achieved.
> Can we make the code pages either static or stateless, so we can bookmark them, send them to colleagues, or  come back 30mins later and click a link without it saying "page expired"?

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