Re: StalePageException with CryptoMapper

2012-02-10 Thread jchappelle
Martin, Here is the jira bug: https://issues.apache.org/jira/browse/WICKET-4404 I created a quickstart and the results are slightly different but it still does not work. I don't get a StalePageException but the respond method of my behavior never gets called. Thanks for the help. Josh --

Re: StalePageException with CryptoMapper

2012-02-06 Thread jchappelle
Hi Martin, The reason I don't extend the AjaxEventBehavior is because I'm using the YUI javascript library to create my menu and my behavior is not being attached to a dom element. There are two ways they allow you to create the menu. One way is by having some markup that backs up the javascript

Re: StalePageException with CryptoMapper

2012-02-06 Thread Martin Grigorov
On Tue, Feb 7, 2012 at 12:10 AM, jchappelle jchappe...@4redi.com wrote: Hi Martin, The reason I don't extend the AjaxEventBehavior is because I'm using the YUI javascript library to create my menu and my behavior is not being attached to a dom element. There are two ways they allow you to

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