Now that we know how to test it, would it make sense to add junit test
to the examples or core?

Juergen

On 1/29/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> we have a problem in our stateless page implementation. we assume the page
> is stateless if a urlfor is never called on it and thus there are no links
> leading back to it. this is very crafty and works great. what we did not
> think about is how the page is accessed, ie the url of the page. it is
> possible to get access to a stateless page under a ?path=x url. if you hit
> the refresh button you will get a page expired error because the url is
> pointing to a pagemap entry that was never put in to the pagemap since the
> page is stateless.
>
> i have currently disabled the support for stateless pages. see
> PageMap.put(Page).
>
> see bug 1417826 for instructions on how to reproduce the error.
>
> -Igor
>
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to