Re: Wicket 1.5 PageExpiredException

2017-09-25 Thread durairaj t
Is it happening in all the browsers? Have you tried the scenarios as given below in your application to reproduce the same issue in your machine or the development server? Scenario: Open certain set of application pages simultaneously by clicking the links (other links), do not stop until you r

Re: Wicket 1.5 PageExpiredException

2017-09-24 Thread trlt
The wicket applications are authenticated using Single Sign On (so yes, there are other cookies set by the SSO group). The Bookmarkable links seem to be working fine, but all other links become expired. Again, the only way to get out is to clear the browser's cache. This problem happens intermitten

Re: Wicket 1.5 PageExpiredException

2017-09-22 Thread Sven Meier
Must be something in the session then. What's your authentication setup? Do you use additional cookies besides the session cookie? Sven Am 23.09.2017 um 00:39 schrieb trlt: Apache + Tomcat. No load balancer. In general, I guess I have to understand how pages are re-created once expired. T

Re: Wicket 1.5 PageExpiredException

2017-09-22 Thread trlt
Apache + Tomcat. No load balancer. In general, I guess I have to understand how pages are re-created once expired. The problem seems to be specific to the cache in user's browser as I don't have problem when accessing the same pages. Why did clearing the browser's cache fix the problem? --

Re: Wicket 1.5 PageExpiredException

2017-09-22 Thread Sven Meier
years without any issues, but recently I've encountered some problems that I've never seen before: This problem has to do with PageExpiredException. In the past, the user hit a page, got a "Page Expired" error. My program redirects them to a bookmarkable page, and off they go. How

Wicket 1.5 PageExpiredException

2017-09-22 Thread trlt
I have a set of applications written in wicket (1.5.10) that have been running for 5+ years without any issues, but recently I've encountered some problems that I've never seen before: This problem has to do with PageExpiredException. In the past, the user hit a page, got a "Page

Re: PageExpiredException not working on Session expired, wicket 1.5.11.

2014-08-16 Thread Martin Grigorov
is expired session. > > It will not throw the exception if there is no request. > > I am trying to that, there is a request!!, but when i make the request to a > page from the expired session the browser can't get the request page > (because the session expired) and nothin

Re: PageExpiredException not working on Session expired, wicket 1.5.11.

2014-08-15 Thread ntvg
e request to a page from the expired session the browser can't get the request page (because the session expired) and nothing else happens, there isn't a PageExpiredException, that's the big problem! How can i get a PageExpiredException when i make a request to a page form this expired

Re: PageExpiredException not working on Session expired, wicket 1.5.11.

2014-08-15 Thread Martin Grigorov
on tiemout in 1 minute, after that nothing happen, I went > through the logs, but wicket didn't throw any PageExpiredException. > Wicket will throw this exception only when you make a request to a page from this expired session. It will not throw the exception if there is no request.

PageExpiredException not working on Session expired, wicket 1.5.11.

2014-08-14 Thread ntvg
idn't throw any PageExpiredException. When session timeouts wicket simply logs it as: Session unbound: C061F4F21C41EDF13C66795DAC9EDD02 Removing data for pages in session with id 'C061F4F21C41EDF13C66795DAC9EDD02' this is my init method in my customApplication protected void ini

How to reload form page on PageExpiredException

2013-01-24 Thread Bernard
Hi all, How can I get Wicket 6 to respond with a refreshed stateful mounted form page that expired on submit? Just instead of showing an error page for the dreaded PageExpiredException, show the form page again with the user's values in it. Many thanks, Be

Re: PageExpiredException and PageExpired

2012-03-15 Thread François Meillet
lowing settings >> >> getPageSettings().setRecreateMountedPagesAfterExpiry(false); >> getApplicationSettings().setPageExpiredErrorPage(PageExpired.class); >> >> I don't get the PageExpired (which is bookmarkable) fo

Re: PageExpiredException and PageExpired

2012-03-15 Thread Martin Grigorov
wrote: > I have the following settings > > getPageSettings().setRecreateMountedPagesAfterExpiry(false); > getApplicationSettings().setPageExpiredErrorPage(PageExpired.class); > > I don't get the PageExpired (which is bookmarkable) for PageExpiredException > > Do I

PageExpiredException and PageExpired

2012-03-14 Thread Francois Meillet
I have the following settings getPageSettings().setRecreateMountedPagesAfterExpiry(false); getApplicationSettings().setPageExpiredErrorPage(PageExpired.class); I don't get the PageExpired (which is bookmarkable) for PageExpiredException Do I forget something ? Fra

PageExpiredException: Different JSessionId after second Ajax-Call only in IE8

2011-10-27 Thread brazz
h=4:border:_body:dialogContainer:contentPanels:infoTextContentPanel:ajaxEnabledContainer:fieldActions,versionNumber=0] Thanks for any help! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-Different-JSessionId-after-second-Ajax-Call-only-in-IE8-tp39444

Re: Yet another PageExpiredException question

2011-10-01 Thread bht
y page is mounted with HybridUrlCodingStrategy. > >What can I do to recover from PageExpiredException? > >Thanks, > >Alec > >On Sat, Oct 1, 2011 at 12:43 PM, wrote: >> Hi Alec, >> >> Wicket 1.5.1 includes an improvement that deals with expired page

Re: Yet another PageExpiredException question

2011-10-01 Thread Alec Swan
Hello and thank you for a good JIRA resource. I am using Wicket 1.4.18 and my page is mounted with HybridUrlCodingStrategy. What can I do to recover from PageExpiredException? Thanks, Alec On Sat, Oct 1, 2011 at 12:43 PM, wrote: > Hi Alec, > > Wicket 1.5.1 includes an improvement t

Re: Yet another PageExpiredException question

2011-10-01 Thread bht
files and noticed a lot >of PageExpiredException error logs. Here are some of them: > >1. PageExpiredException: Cannot find the rendered page in session >[pagemap=null,componentPath=1,versionNumber=0] >2. PageExpiredException: No behaviors attached to component >[Ma

Yet another PageExpiredException question

2011-09-30 Thread Alec Swan
Hello, I have recently reviewed our application log files and noticed a lot of PageExpiredException error logs. Here are some of them: 1. PageExpiredException: Cannot find the rendered page in session [pagemap=null,componentPath=1,versionNumber=0] 2. PageExpiredException: No behaviors attached

PageExpiredException with multiple browser windows, ajaxformupdating behavior

2011-06-28 Thread Brown, Berlin [GCG-PFS]
I am getting a PageExpiredException. I believe it is related to a user opening multiple browser windows. They are using the same session and accessing the same page at the same time. I was thinking that the page will expire in one window but not the other for some reason. User actions; 1

Re: PageExpiredException since version 1.4.13

2011-02-08 Thread Pedro Santos
gt; >>> >>> On 04.02.2011 18:15, Pedro Santos wrote: >>> >>> Hi Daniel, try to increase the application max page map number, if the >>>> problem remains we can eliminate the WICKET-3108 as the source. >>>> >>>> On Fri, Feb 4, 2011 at 2:4

Re: PageExpiredException since version 1.4.13

2011-02-08 Thread Daniel Soneira
that I've tried to solve for 2 days now. After updating Wicket from 1.4.12 to the latest version (1.4.15) because of WICKET-3136 (JVM 1.6 crash) one particular page (bookmarkable) always throws a PageExpiredException on clicking an AjaxSubmitLink. I simply start the application, open the page,

Re: PageExpiredException since version 1.4.13

2011-02-07 Thread Pedro Santos
>> >> Hi there, >>> >>> I'm experiencing a weird problem that I've tried to solve for 2 days now. >>> >>> After updating Wicket from 1.4.12 to the latest version (1.4.15) because >>> of >>> WICKET-3136 (JVM 1.6 crash) one

Re: PageExpiredException since version 1.4.13

2011-02-07 Thread Daniel Soneira
to solve for 2 days now. After updating Wicket from 1.4.12 to the latest version (1.4.15) because of WICKET-3136 (JVM 1.6 crash) one particular page (bookmarkable) always throws a PageExpiredException on clicking an AjaxSubmitLink. I simply start the application, open the page, click the link =&g

Re: PageExpiredException since version 1.4.13

2011-02-04 Thread Pedro Santos
days now. > > After updating Wicket from 1.4.12 to the latest version (1.4.15) because of > WICKET-3136 (JVM 1.6 crash) one particular page (bookmarkable) always throws > a PageExpiredException on clicking an AjaxSubmitLink. I simply start the > application, open the page, click the link

Re: PageExpiredException since version 1.4.13

2011-02-04 Thread Zilvinas Vilutis
page (bookmarkable) always throws > a PageExpiredException on clicking an AjaxSubmitLink. I simply start the > application, open the page, click the link => BAM, exception! > > The curious thing about this is that, if I just remove (== not add) one > other button (from a group of 3 - all doing

PageExpiredException since version 1.4.13

2011-02-04 Thread Daniel Soneira
Hi there, I'm experiencing a weird problem that I've tried to solve for 2 days now. After updating Wicket from 1.4.12 to the latest version (1.4.15) because of WICKET-3136 (JVM 1.6 crash) one particular page (bookmarkable) always throws a PageExpiredException on clicking an AjaxSub

RE: sanity check request for fix regarding the dreaded PageExpiredException

2010-09-28 Thread Joe Hudson
PageExpiredException Igor's is 100% right Plus you are forgetting that if you use the default page url constructor - it goes by "interface number" which will/may change after a redeploy. So your "lost url" bullet can be fixed if you use some url creation strategy that solidifies in it en

RE: sanity check request for fix regarding the dreaded PageExpiredException

2010-09-27 Thread Alex Rass
m: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Monday, September 27, 2010 11:28 AM To: users@wicket.apache.org Subject: Re: sanity check request for fix regarding the dreaded PageExpiredException you can try it and see if it works for your particular usecases. there may still be some ed

Re: sanity check request for fix regarding the dreaded PageExpiredException

2010-09-27 Thread Igor Vaynberg
you can try it and see if it works for your particular usecases. there may still be some edges that will break, like links you actually want to run against an older version of the page because they depend on the component hierarchy that existed then, etc. -igor On Fri, Sep 24, 2010 at 7:56 AM, Jo

sanity check request for fix regarding the dreaded PageExpiredException

2010-09-24 Thread Joe Hudson
Hi, I know there have been several existing topics around this issue (http://apache-wicket.1842946.n4.nabble.com/debugging-PageExpiredExceptions-td1882040.html) for example. The reason that I am asking for a sanity check is because I plan to use an alternative approach to solving this issue an

Re: PageExpiredException - ajax request

2010-08-11 Thread sbrookes2
tails? requestcycle rc=getrequestcycle(); response orig=rc.getresponse(); rc.setresponse(new noopresponse()); page.render(); rc.setresponse(orig); thanks, Sean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-ajax-request-tp1878866p2321861.html Sent fro

Re: PageExpiredException - ajax request

2010-07-02 Thread Igor Vaynberg
icket or something that needs to be written for the > solution?  I get the general gist of the proposal but am a little confused > by what this line is intended to to. > > thanks, > sean > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com

Re: PageExpiredException - ajax request

2010-07-02 Thread sbrookes2
sean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-ajax-request-tp1878866p2277019.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsub

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
; >> >> >>>> >> >> >> >> >> >>>> org.apache.wicket.protocol.http.PageExpiredException: >> Cannot >> >> >> find >> >> >> >> the >> &

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
> >> >> >> > >> >> > >> > org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:197) > >> >> >> >> >>>> at > >> >> >> >> >>>&

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Martijn Dashorst
ep(RequestCycle.java:1301) >> >> >> >> >>>>         at >> >> >> >> org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419) >> >> >> >> >>>>         at >> >> >> >> org.apache.w

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
e.step(RequestCycle.java:1301) >> >> >> >> >>>>         at >> >> >> >> org.apache.wicket.RequestCycle.steps(RequestCycle.java:1419) >> >> >> >> >>>>         at >> >> >> >> org.apache.wicket.RequestCycle.

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
>> >>>> at > >> >> >> >>>> > >> >> >> > >> >> > >> > org.apache.catalina.core.Applica

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> >> >> >>>>         at >> >> >> >>>> >> >> >> >> >> >> com.wideplay.warp.persist.PersistenceFilter$3.run(PersistenceFilt

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
t;> at > >> >> >>>> > >> >> > >> > com.wideplay.warp.persist.PersistenceFilter.doFilter(PersistenceFilter.java:155) > >> >> >>>> at > >> >> >>>> > >> >> > >> > o

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
t; >> >> >> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) >> >> >>>>         at >> >> >>>> >> >>

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
Hi Martin, I think we can confidently say that its not a serialization issue as its a very simple component/panel that is used a lot. The pageexpiredexception I experience on this component was the first time we'd seen it. We see these exceptions seemlying randomly in the production logs.

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Martijn Dashorst
.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690) >>         at java.lang.Thread.run(Thread.java:619) >> >> >> I honestly don't know where this is coming from. >> What can cause this? cookie not being passed? apache proxy balancer not >> work

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
> >> > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > >> >>>> at > >> >>>> > >> > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > >> >>>> at > >> >>>> > >> > org.apach

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
yoteAdapter.service(CoyoteAdapter.java:293) >> >>>>         at >> >>>> org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190) >> >>>>         at >> >>>> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Richard Wilkinson
oyoteHandler.invoke(JkCoyoteHandler.java:190) > >>>> at > >>>> org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) > >>>> at > >>>> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) > >&g

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-31 Thread Wayne Pope
quest.invoke(HandlerRequest.java:291) >>>>         at >>>> org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769) >>>>         at >>>> org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698) >>>>         at >>>> org.apache.jk.common.ChannelSocket$SocketConnection.r

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-29 Thread Martijn Dashorst
:690) >>>         at java.lang.Thread.run(Thread.java:619) >>> >>> >>> I honestly don't know where this is coming from. >>> What can cause this? cookie not being passed? apache proxy balancer not >>> working? >>> >>> Has anyone experi

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-26 Thread Wayne Pope
7;t know where this is coming from. >> What can cause this? cookie not being passed? apache proxy balancer not >> working? >> >> Has anyone experienced this? >> >> >> PS HubRequestCycleProcessor is just calling W

Re: PageExpiredException - getting this when the session hasn't timeout

2010-03-26 Thread Wayne Pope
not > working? > > Has anyone experienced this? > > > PS HubRequestCycleProcessor is just calling WebRequestCycleProcessor > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For addit

PageExpiredException - getting this when the session hasn't timeout

2010-03-26 Thread Wayne Pope
Hi, we're getting this exception in production sometimes, and today I experienced it first hand. We have a session of 60 mins set in the web.xml - however I got this after just 5 mins: org.apache.wicket.protocol.http.PageExpiredException: Cannot find the rendered page in session [pagemap=null,com

Re: throw new PageExpiredException("Request cannot be processed. The target page does not exist anymore.");

2010-03-23 Thread Fernando Wermus
Pedro, I think I got my problem. I have a AjaxLink, BookmarkablePageLink, and the page. I would like to have a stateful BookmarkablePageLink. This is just for not repeating code or creating new pages. Is it possible? It seems not to be. thanks in advance On Tue, Mar 23, 2010 at 8:45 AM, Ped

Re: throw new PageExpiredException("Request cannot be processed. The target page does not exist anymore.");

2010-03-23 Thread Pedro Santos
Hi, give you page an constructor that your application IPageFactory know how to create. For instance, use the PageParameters. If your request cycle don't find your page in the session page map, and don't know how to create it, you got the mentioned exception. On Tue, Mar 23, 2010 at 3:44 AM, Ferna

throw new PageExpiredException("Request cannot be processed. The target page does not exist anymore.");

2010-03-22 Thread Fernando Wermus
Hi all, I am getting this message with a page that gets some paremeters in its constructor, some BookmarkablePageLink and an AjaxLink. When I pressed in the AjaxLink, I got this exception. I don't understand the reason why is thrown. What I can guess is that there isn't any session to keep

PageExpiredException on ajax calls if apps pages are opened in different tabs

2010-02-19 Thread sachin kumar anumula
Hi, 1. Firstly, I did take a look at all posts regarding this exception available on PEE like here<http://issues.apache.org/jira/sr/jira.issueviews:searchrequest-fullcontent/temp/SearchRequest.html?query=PageExpiredException&summary=true&description=true&body=true&tempMa

Re: PageExpiredException after fourth call modal window

2010-01-26 Thread Alexey Tomin
for select value from list. If user click on this link fourth times (even user click on same link and close select modal window without any select), after close edit window wicket throws exception "PageExpiredException". ... else select page created with WebSession.get().createAutoPa

PageExpiredException after fourth call modal window

2010-01-25 Thread Alexey Tomin
select value from list. If user click on this link fourth times (even user click on same link and close select modal window without any select), after close edit window wicket throws exception "PageExpiredException". Stacktrace on PageExpiredException contr

PageExpiredException not being thrown

2010-01-07 Thread Ryan O'Hara
After letting a session expire on a Search page using QueryStringUrlCodingStrategy, hovering on a Link with an onmouseover AjaxEventBehavior event throws a PageExpiredException, as expected. However, after allowing the session to expire in the same circumstance, and then clicking another

Re: PageWindowManager (DiskPageStore) causing PageExpiredException when working in different browser tabs

2009-12-18 Thread Tom Kmec
Hi, Thanks for quick reply. It took me a bit more code reading, but now I see what you're saying. Models are really oversized, so this is the problem. Unfortunately, necessary changes to our project would be out of budget, so i'll stay with increasing diskpagestore max size for now. So, thanks

Re: PageWindowManager (DiskPageStore) causing PageExpiredException when working in different browser tabs

2009-12-18 Thread Matej Knopp
Hi, problem in your case is that that the diskpagestore overflows. That normal, it's cyclic, but it shouldn't happen too often. The default size is 10 megabytes (can be increased), that means it should be able to accommodate quite a few (well, hundreds) of pages. So even with multiple tabs the exp

PageWindowManager (DiskPageStore) causing PageExpiredException when working in different browser tabs

2009-12-18 Thread Tom Kmec
Hello, we are experiencing occasional page expirations in our Wicket based application when user is working in several browser tabs. After some debugging, i got to PageWindowManager class, which manages positions and size of serialized pages in the pagemap file. I have identified adjustWind

Re: PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Wayne Pope
thanks IIja and Igor :-) On Fri, Nov 20, 2009 at 5:54 PM, Ilja Pavkovic wrote: > Hi, > >>  Ok I just want to clarify that if we get: >> >> [pagemap=null,componentPath=20,versionNumber=0] >> >> pagemap null thats not a problem? > pagemap with name "null" indicates the default pagemap. Everything i

Re: PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Ilja Pavkovic
Hi, > Ok I just want to clarify that if we get: > > [pagemap=null,componentPath=20,versionNumber=0] > > pagemap null thats not a problem? pagemap with name "null" indicates the default pagemap. Everything is fine :) Best Regards, Ilja Pavkovic -- binaere bauten gmbh · tempelhofer ufe

Re: PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Igor Vaynberg
no, null is the name of the default pagemap -igor On Fri, Nov 20, 2009 at 8:30 AM, Wayne Pope wrote: >  Ok I just want to clarify that if we get: > > [pagemap=null,componentPath=20,versionNumber=0] > > pagemap null thats not a problem? > > thanks > > On Fri, Nov 20, 2009 at 5:16 PM, Igor Vaynber

Re: PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Wayne Pope
Ok I just want to clarify that if we get: [pagemap=null,componentPath=20,versionNumber=0] pagemap null thats not a problem? thanks On Fri, Nov 20, 2009 at 5:16 PM, Igor Vaynberg wrote: > its a regular page expired exception... > > -igor > > On Fri, Nov 20, 2009 at 4:49 AM, Wayne Pope > wrote

Re: PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Igor Vaynberg
its a regular page expired exception... -igor On Fri, Nov 20, 2009 at 4:49 AM, Wayne Pope wrote: > Hi, > > we're seeing a few of these in production of late. I however cannot > reproduce them locally at the moment. > We're using wicket rc7. > > Any ideas? > > 2009-11-20 13:43:09,170 ERROR - > hu

PageExpiredException: Cannot find the rendered page in session

2009-11-20 Thread Wayne Pope
Hi, we're seeing a few of these in production of late. I however cannot reproduce them locally at the moment. We're using wicket rc7. Any ideas? 2009-11-20 13:43:09,170 ERROR - hub.app.wicket.app.HubWebRequestCycle.onRuntimeException(HubWebRequestCycle.java:72) 72 HubWebRequestCycle - Ru

Re: How to throw new PageExpiredException?

2009-10-21 Thread Linda van der Pal
When I ran into this problem myself with 1.4-rc4, I remembered this message and upgraded to rc7. But I still get the Unexpected RuntimeException page instead of my custom SessionExpiredPage. Am I doing something wrong? Regards, Linda public class WicketApplication extends AuthenticatedWebAppl

RE: AbstractAjaxTimerBehavior on Modal Window causes PageExpiredException

2009-08-27 Thread Warren Bell
lsson [mailto:wicket.program...@gmail.com] Sent: Thursday, August 27, 2009 12:18 PM To: users@wicket.apache.org Subject: Re: AbstractAjaxTimerBehavior on Modal Window causes PageExpiredException Does all your models and objects that you use in the wicket page implement Serializable? -- View this messa

Re: AbstractAjaxTimerBehavior on Modal Window causes PageExpiredException

2009-08-27 Thread Mathias Nilsson
Does all your models and obejcts implement Serializable? -- View this message in context: http://www.nabble.com/AbstractAjaxTimerBehavior-on-Modal-Window-causes-PageExpiredException-tp25159539p25178263.html Sent from the Wicket - User mailing list archive at Nabble.com

AbstractAjaxTimerBehavior on Modal Window causes PageExpiredException

2009-08-26 Thread Warren Bell
I am getting a PageExpiredException when I close a modal window that has an AbstractAjaxTimerBehavior on it. What do I need to do to fix this? Thanks

AbstractAjaxTimerBehavior on Modal Window causes PageExpiredException

2009-08-04 Thread Warren Bell
I am getting a PageExpiredException when I close a modal window with an AbstractAjaxTimerBehavior on it. It does not seem to cause a problem, but I would rather it not happen. I use the AbstractAjaxTimerBehavior to auto close a modal window after a certain period of time if it is not closed

Re: How to throw new PageExpiredException?

2009-07-16 Thread Igor Vaynberg
, final >>>> Response >>>> response) { >>>>     return new WebRequestCycle(this, (WebRequest) request, (WebResponse) >>>> response) { >>>> >>>>         @Override >>>>         publi

Re: How to throw new PageExpiredException?

2009-07-16 Thread Major Péter
Which wicket version are you using? With 1.4-rc7 this behaviour should be fixed. Peter 2009-07-16 11:13 keltezéssel, Ann Baert írta: I do that already, see my previous post. But the PageExpiredException is wrapped into WicketRuntimeException, so that he doesn't come on those pages.

Re: How to throw new PageExpiredException?

2009-07-16 Thread Ann Baert
I do that already, see my previous post. But the PageExpiredException is wrapped into WicketRuntimeException, so that he doesn't come on those pages. Linda van der Pal wrote: > > A quote from Wicket in Action: > = > The three custom error pages can be set in t

Re: How to throw new PageExpiredException?

2009-07-16 Thread Linda van der Pal
(Page page, RuntimeException e) { Throwable t = e.getCause(); while(t != null) { if(t instanceof PageExpiredException) { return super.onRuntimeException(page, new PageExpiredException("test")); }

Re: How to throw new PageExpiredException?

2009-07-16 Thread Ann Baert
al Request request, final >>> Response >>> response) { >>> return new WebRequestCycle(this, (WebRequest) request, (WebResponse) >>> response) { >>> >>> @Override >>> public Page onRuntimeException(Page page, RuntimeExcep

Re: How to throw new PageExpiredException?

2009-07-16 Thread Serkan Camurcuoglu
, RuntimeException e) { Throwable t = e.getCause(); while(t != null) { if(t instanceof PageExpiredException) { return super.onRuntimeException(page, new PageExpiredException("test")); } t =

Re: How to throw new PageExpiredException?

2009-07-16 Thread Ann Baert
n new WebRequestCycle(this, (WebRequest) request, (WebResponse) > response) { > > @Override > public Page onRuntimeException(Page page, RuntimeException e) { > Throwable t = e.getCause(); > while(t != null) { >

Re: How to throw new PageExpiredException?

2009-07-13 Thread Ann Baert
onRuntimeException(Page page, RuntimeException e) { Throwable t = e.getCause(); while(t != null) { if(t instanceof PageExpiredException) { return super.onRuntimeException(page, new PageExpiredException("test")); }

Re: How to throw new PageExpiredException?

2009-07-10 Thread Igor Vaynberg
AM, Igor Vaynberg > wrote: >> you can try unwrapping the exceptions in >> requestcycle.onruntimeexception and call super with the page exipred >> exception. >> >> -igor >> >> On Fri, Jul 10, 2009 at 3:00 AM, Ann Baert wrote: >>> Hello, >>

Re: How to throw new PageExpiredException?

2009-07-10 Thread James Carman
: >> Hello, >> >> How can I throw a PageExpiredException in the constructor of my WebPage? >> Because the exception is wrapped by Wicket with WicketRuntimeException it >> goes to the InternalErrorPage. >> >> Thanks, >> Ann >> DISCLAIMER &g

Re: How to throw new PageExpiredException?

2009-07-10 Thread Igor Vaynberg
you can try unwrapping the exceptions in requestcycle.onruntimeexception and call super with the page exipred exception. -igor On Fri, Jul 10, 2009 at 3:00 AM, Ann Baert wrote: > Hello, > > How can I throw a PageExpiredException in the constructor of my WebPage? > Because the

How to throw new PageExpiredException?

2009-07-10 Thread Ann Baert
Hello, How can I throw a PageExpiredException in the constructor of my WebPage? Because the exception is wrapped by Wicket with WicketRuntimeException it goes to the InternalErrorPage. Thanks, Ann DISCLAIMER http://www.tvh.be/newen/pages/emaildisclaimer.html";> http://www.tvh.

Re: wicketAjaxGet and PageExpiredException?

2009-06-28 Thread Ryan McKinley
the PageExpiredException? I am using the jquery history plugin to load pages in wicket (http://www.mikage.to/jquery/jquery_history.html) -- this lets me do ajax updates with bookmarkable urls. The one issue I am having is that if the session has expired it gives a big error when I could easily

Re: wicketAjaxGet and PageExpiredException?

2009-06-23 Thread Igor Vaynberg
abortwithhttpstatusexception(400); -igor On Tue, Jun 23, 2009 at 6:13 PM, Ryan McKinley wrote: > Is there anyway for an ajax call to catch the PageExpiredException? > > I am using the jquery history plugin to load pages in wicket > (http://www.mikage.to/jquery/jquery_history.html) -- this lets

wicketAjaxGet and PageExpiredException?

2009-06-23 Thread Ryan McKinley
Is there anyway for an ajax call to catch the PageExpiredException? I am using the jquery history plugin to load pages in wicket (http://www.mikage.to/jquery/jquery_history.html) -- this lets me do ajax updates with bookmarkable urls. The one issue I am having is that if the session has expired

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-19 Thread Jeremy Levy
t;> > >> manual session invalidation - like during a logout procedure. > >> > >> > >> > >> you have to figure out what causes the session to get dumped and a > >> > >> new > >> > >> one to be created in your appl

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-18 Thread Johan Compagner
t;> manual session invalidation - like during a logout procedure. >> > >> >> > >> you have to figure out what causes the session to get dumped and a >> > >> new >> > >> one to be created in your application/servlet container. >> > &

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-17 Thread Igor Vaynberg
new >> > >> one to be created in your application/servlet container. >> > >> >> > >> -igor >> > >> >> > >> On Thu, Jun 11, 2009 at 9:56 AM, Dane Laverty >> > >> wrote: >> > >> >> > >&

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-17 Thread Jeremy Levy
t; > > >> On Thu, Jun 11, 2009 at 9:56 AM, Dane Laverty > > >> wrote: > > >> > > >>> > > >>> I'm trying to track down the source of frequent PageExpiredExceptions > > >>> that > > >>> we're g

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Dane Laverty
uent PageExpiredExceptions > >>> that > >>> we're getting on our deployment server. One of the errors occured at > >>> 01:28:06 this morning. In the Apache logs, I discovered that the user's > >>> session ID spontaneously changed at that tim

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Igor Vaynberg
#x27;m trying to track down the source of frequent PageExpiredExceptions >>> that >>> we're getting on our deployment server. One of the errors occured at >>> 01:28:06 this morning. In the Apache logs, I discovered that the user's >>> session ID spont

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Jason Lea
the Apache logs, I discovered that the user's session ID spontaneously changed at that time, (see the change between lines 4 & 5 below, and then again between lines 11 & 12). Is that just a coincidence, or would a changing session ID cause the PageExpiredException? And if so, what causes t

Re: Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Igor Vaynberg
cured at > 01:28:06 this morning. In the Apache logs, I discovered that the user's > session ID spontaneously changed at that time, (see the change between lines > 4 & 5 below, and then again between lines 11 & 12). Is that just a > coincidence, or would a changing session ID

Apache Logs, Session IDs, and PageExpiredException

2009-06-11 Thread Dane Laverty
een lines 4 & 5 below, and then again between lines 11 & 12). Is that just a coincidence, or would a changing session ID cause the PageExpiredException? And if so, what causes the session ID to change? (I'm using Wicket 1.3.6. I can't replicate the errors in development, whi

Re: PageExpiredException immediatly after login

2009-06-04 Thread okrohne
r >> >> >> igor.vaynberg wrote: >>> >>> are you using the latest version of wicket? and if you are create a >>> quickstart that reproduces this and attach it to a jira issue. >>> >>> -igor >>> >>> On Wed, Jun 3, 2009 at

Re: PageExpiredException immediatly after login

2009-06-03 Thread Igor Vaynberg
ing the latest version of wicket? and if you are create a >> quickstart that reproduces this and attach it to a jira issue. >> >> -igor >> >> On Wed, Jun 3, 2009 at 9:13 AM, Oliver Krohne wrote: >>> Hi, >>> >>> Sometimes I get a PageExpiredExc

Re: PageExpiredException immediatly after login

2009-06-03 Thread okrohne
un 3, 2009 at 9:13 AM, Oliver Krohne wrote: >> Hi, >> >> Sometimes I get a PageExpiredException immediatly after login >> and subseguent login does not solve it. So the application is unuseable. >> >> I have a BookmarkablePage mounted under /login after succes

  1   2   >