Re: StalePageException with CryptoMapper

2012-02-10 Thread jchappelle
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/StalePageException-with-CryptoMapper-tp4355184p4377238.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: StalePageException with CryptoMapper

2012-02-06 Thread jchappelle
code to generate my url that the AjaxLink class does. I'll work on creating a quickstart. Should I just upload it to this post or is there a different place for those? Thanks, Josh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/StalePageException-with-CryptoMapper

Re: StalePageException with CryptoMapper

2012-02-06 Thread Martin Grigorov
Thanks, Josh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/StalePageException-with-CryptoMapper-tp4355184p4362997.html Sent from the Users forum mailing list archive at Nabble.com

Re: StalePageException with CryptoMapper

2012-02-04 Thread Martin Grigorov
Hi, Any reason why you don't extend AjaxEventBehavior (with 'onclick' event) ? It will do the same as the one below... About StalePageException - can you create a mini quickstart that reproduces this problem ? On Fri, Feb 3, 2012 at 7:11 PM, Josh Chappelle jchappe...@4redi.com wrote: I'm

StalePageException with CryptoMapper

2012-02-03 Thread Josh Chappelle
I'm getting a org.apache.wicket.request.mapper.StalePageException when using the CryptoMapper and clicking on a menu item. My menu items are a wrapper for the yui library that I created. The way that I'm creating the ajax callback is via a behavior. Below is my behavior. It works when I don't use