Re: requestCycle.getRequestTarget() not giving the target

2011-02-22 Thread Tejash Tarun
t; > > > From: leoerlandsson > To: users@wicket.apache.org > Date: 02/22/2011 06:22 AM > Subject: Re: requestCycle.getRequestTarget() not giving the target > > > > > Hi, > > We've seen this problem aswell (unfortunately, I have no solutio

Re: requestCycle.getRequestTarget() not giving the target

2011-02-22 Thread MZemeck
page can maintain its state without crashing after using the back button... From: leoerlandsson To: users@wicket.apache.org Date: 02/22/2011 06:22 AM Subject:Re: requestCycle.getRequestTarget() not giving the target Hi, We've seen this problem aswell (unfortunately, I

Re: requestCycle.getRequestTarget() not giving the target

2011-02-22 Thread leoerlandsson
Hi, We've seen this problem aswell (unfortunately, I have no solution for you...). The problem is probably that Wicket does not yet have Ajax Back Button Support. When an Ajax call is made, the URL is not changed, so the Browser cannot know that something (i.e State on server) has changed. When

Re: requestCycle.getRequestTarget() not giving the target

2011-02-22 Thread Tejash Tarun
Hi, haven't got any reply, added some more details. 6) Now click on 2nd tab, then only a refresh of page happens and the clicked tab is not shown. On Mon, Feb 21, 2011 at 2:42 PM, Tejash Tarun wrote: > Hi, > > I have this scenario: > 1) AjaxTabbePanel has three tabs. > 2) Go to 2nd tab > 3) C

requestCycle.getRequestTarget() not giving the target

2011-02-21 Thread Tejash Tarun
Hi, I have this scenario: 1) AjaxTabbePanel has three tabs. 2) Go to 2nd tab 3) Come back to 1st tab 4) one link in 1st tab will take us to some page 5) Click back button of the browser => we wil come back to the page with the AjaxTabbedPanel#1st tab 6) Now click on 2nd tab, then AbstractRequestC