Re: ajax and browser back button in wicket 6

2012-08-29 Thread Alec Swan
I found the following class which adds back button support to AJAX
components: 
http://grepcode.com/file/repo1.maven.org/maven2/org.wicketstuff/jquery-examples/1.4.7/org/wicketstuff/jquery/ajaxbackbutton/Page4AjaxBackButton.java

Is this the recommended solution for 1.4.x? What are other alternatives?

Thanks,

Alec

On Tue, Jul 24, 2012 at 8:37 AM, Martin Grigorov mgrigo...@apache.org wrote:
 Hi Steve,

 There is nothing new about this in Wicket 6.
 It is as in Wicket 1.5 - back button is not supported out of the box for Ajax.

 On Tue, Jul 24, 2012 at 4:48 PM, Steve Lowery
 slow...@gatessolutions.com wrote:
 I did a search in the user list and found several references of various
 ways to solve the back button using ajax problem, but most were a few years
 old.  I was wondering if wicket 6 does can do this out of the box now.  One
 of the stated goals on the wicket site is that it will Fully solve back
 button problem.  Does this hold true for ajax requests or just plain http
 requests (or both)?



 --
 Martin Grigorov
 jWeekend
 Training, Consulting, Development
 http://jWeekend.com

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



ajax and browser back button in wicket 6

2012-07-24 Thread Steve Lowery
I did a search in the user list and found several references of various
ways to solve the back button using ajax problem, but most were a few years
old.  I was wondering if wicket 6 does can do this out of the box now.  One
of the stated goals on the wicket site is that it will Fully solve back
button problem.  Does this hold true for ajax requests or just plain http
requests (or both)?


Re: ajax and browser back button in wicket 6

2012-07-24 Thread Martin Grigorov
Hi Steve,

There is nothing new about this in Wicket 6.
It is as in Wicket 1.5 - back button is not supported out of the box for Ajax.

On Tue, Jul 24, 2012 at 4:48 PM, Steve Lowery
slow...@gatessolutions.com wrote:
 I did a search in the user list and found several references of various
 ways to solve the back button using ajax problem, but most were a few years
 old.  I was wondering if wicket 6 does can do this out of the box now.  One
 of the stated goals on the wicket site is that it will Fully solve back
 button problem.  Does this hold true for ajax requests or just plain http
 requests (or both)?



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Ajax and browser Back button

2011-05-21 Thread meduolis
I have noticed, that there is one issue when you click back button on
browser. If it was ajaxified page and you click on any control after back
button clicked in browser you will get exception that clicked component not
found or something.

I did some research and found this as one of solutions:
http://www.richardnichols.net/2010/03/apache-wicket-force-page-reload-to-fix-ajax-back/

But this disables browser level cache. I think, this decreases performance.

Is there any better solution to avoid this back button issue?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-and-browser-Back-button-tp3540454p3540454.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Ajax and browser Back button

2011-05-21 Thread Maarten Billemont
Perhaps you can navigate to an anchor after each AJAX call.

On 21 May 2011, at 12:54, meduolis wrote:

 I have noticed, that there is one issue when you click back button on
 browser. If it was ajaxified page and you click on any control after back
 button clicked in browser you will get exception that clicked component not
 found or something.
 
 I did some research and found this as one of solutions:
 http://www.richardnichols.net/2010/03/apache-wicket-force-page-reload-to-fix-ajax-back/
 
 But this disables browser level cache. I think, this decreases performance.
 
 Is there any better solution to avoid this back button issue?
 
 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/Ajax-and-browser-Back-button-tp3540454p3540454.html
 Sent from the Users forum mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Ajax and browser Back button

2011-05-21 Thread meduolis
Could you please provide any simple example? Because I don't understand your
solution :]

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-and-browser-Back-button-tp3540454p3540573.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org