Josh
--
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:
there a different place for those?
>
https://issues.apache.org/jira/browse/WICKET
> Thanks,
>
> Josh
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/StalePageExc
'm going
through the same 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/S
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 wrote:
> I'm getting a org.apache.wic
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 t