Re: Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-08-09 Thread Behrooz Nobakht
31, 2014 at 5:03 PM, Martin Grigorov mgrigo...@apache.org wrote: On Jul 31, 2014 12:30 AM, Behrooz Nobakht nob...@gmail.com wrote: Thanks for the hint. It seems that we had a custom MountedMapper with the following specifics: @Override protected void

Re: Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-08-09 Thread Behrooz Nobakht
? I see the code at http://stackoverflow.com/a/8667136/248082 is OK. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Aug 9, 2014 at 6:15 PM, Behrooz Nobakht nob...@gmail.com wrote: Thanks for the reply. Could you possibly provide an insight

Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-07-30 Thread Behrooz Nobakht
and then press a tab (go to next field), the page automatically gets reloaded. Is this a known issue? What am I missing? Thanks in advance, Behrooz -- -- Behrooz Nobakht

Re: Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-07-30 Thread Behrooz Nobakht
Yes, I've tried all from 6.13.0 to 6.16.0 and the issue is the same. Thanks, Behrooz On Wed, Jul 30, 2014 at 7:32 PM, Sven Meier s...@meiers.net wrote: Have you tried 6.16.0? Regards Sven On 07/30/2014 07:11 PM, Behrooz Nobakht wrote: Hi, I just upgraded an Apache Wicket

Re: Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-07-30 Thread Behrooz Nobakht
​ On Wed, Jul 30, 2014 at 7:59 PM, Sven Meier s...@meiers.net wrote: Hi, it works fine here with a small example. Please create a quickstart and attach it to a jira issue. Thanks Sven On 07/30/2014 07:42 PM, Behrooz Nobakht wrote: Yes, I've tried all from 6.13.0 to 6.16.0 and the issue

Re: Upgrade to 6.12.0+ with AjaxFormComponentUpdatingBehavior reloads the page

2014-07-30 Thread Behrooz Nobakht
be a valid url for an ajaxBehavior. You'll have to put a breakpoint in AbstractAjaxBehavior#getCallbackUrl() and see where the url is coming from. Regards Sven On 07/30/2014 10:04 PM, Behrooz Nobakht wrote: I tracked down the difference. When using 6.12.0, the HTML source of the page shows

Decide if a page is expired or the user is inactive in AJAX settings?

2013-10-04 Thread Behrooz Nobakht
, Behrooz Nobakht

AjaxSelfUpdatingTimerBehavior does not stop itself properly after certain time

2013-09-30 Thread Behrooz Nobakht
-serviceInstanceServerInstances-content-servers-0-server-instances-0-instance\,\c\:\instance103\});', 1)})(); ]] /evaluate /ajax-response which shows that the behavior has *not* been stopped for the component. What am I missing or doing in a wrong way? Thanks for the help!— Behrooz Nobakht

Re: AjaxSelfUpdatingTimerBehavior does not stop itself properly after certain time

2013-09-30 Thread Behrooz Nobakht
it to a ticket so we can debug it and fix it if there is a problem. On Mon, Sep 30, 2013 at 2:12 PM, Behrooz Nobakht nob...@gmail.com wrote: Hello, I have a custom AjaxSelfUpdatingTimerBehavior as follows: public class LimitedAjaxSelfUpdatingTimerBehavior extends

Question regarding exceptions in Apache Wicket

2013-05-01 Thread Behrooz Nobakht
Hello, I've been working on an error page in Apache Wicket and came across a general pattern in Apache Wicket and I'd like to understand the reason for it. Exceptions in Apache Wicket do not have a single class hierarchy; i.e. there are exceptions that eventually extend WicketRuntimeException

Re: Question regarding exceptions in Apache Wicket

2013-05-01 Thread Behrooz Nobakht
? -igor On Wed, May 1, 2013 at 12:23 AM, Behrooz Nobakht nob...@gmail.com wrote: Hello, I've been working on an error page in Apache Wicket and came across a general pattern in Apache Wicket and I'd like to understand the reason for it. Exceptions in Apache Wicket do not have

Re: Question regarding exceptions in Apache Wicket

2013-05-01 Thread Behrooz Nobakht
zone. On Wed, May 1, 2013 at 11:06 AM, Igor Vaynberg igor.vaynb...@gmail.comwrote: On Wed, May 1, 2013 at 1:23 AM, Behrooz Nobakht nob...@gmail.com wrote: More clearly, the intention is to be able to distinguish exceptions from Apache Wicket and other frameworks and not really handle them

Re: Wicket form with AJAX drop down choice and AJAX button not process POST data

2013-01-03 Thread Behrooz Nobakht
. But I guess the problem is related to the custom prefix you use (# getInputNamePrefix()). In FormComponent#getInputAsArray() check what is the inputName and compare it against the ones shown by Firebug. On Thu, Jan 3, 2013 at 1:56 AM, Behrooz Nobakht nob...@gmail.com wrote: Hello, I'm

Re: Wicket form with AJAX drop down choice and AJAX button not process POST data

2013-01-03 Thread Behrooz Nobakht
, Jan 3, 2013 at 5:42 PM, Behrooz Nobakht nob...@gmail.com wrote: Hi, I've also tested without the prefix input name and it's still the same. Thanks, Behrooz On Thu, Jan 3, 2013 at 9:08 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, If you are able to reproduce the problem

Re: Wicket form with AJAX drop down choice and AJAX button not process POST data

2013-01-03 Thread Behrooz Nobakht
Hi again, Just wanted to update that the issue is resolved. There was a custom script that sets the content type of AJAX on jQuery.$ to be text/plain and it had a side effect. Sorry for the inconvenience. Regards, Behrooz On Thu, Jan 3, 2013 at 9:01 PM, Behrooz Nobakht nob...@gmail.com wrote

Re: How to suppress WicketSerializationException using ListView

2012-03-05 Thread Behrooz Nobakht
Thanks, solved the problem. On Mon, Mar 5, 2012 at 11:14 AM, vineet semwal vineetsemwal1...@gmail.comwrote: use loadabledetachablemodel and it should load a list of your unserialiable entities that will poupulate your listview On Mon, Mar 5, 2012 at 3:39 PM, Behrooz Nobakht nob