Wicket 6 - Blank page while trying to show a generic error page onException

2015-03-03 Thread sameerkhanna
Hi, I am facing a strange issue while trying to display a generic application error page whenever some exception is thrown. We recently upgraded from wicket 1.3 to wicket 6. However, it was a step by step upgrade for each major version. There were no issues from 1.3 to 1.4. However, after the

Wicket 6.15 - onSubmit not getting called for AjaxButton

2016-02-04 Thread sameerkhanna
Hi, We recently upgraded from wicket 1.3 to wicket 6. However, it was a step by step upgrade for each major version. I have a form in my application that has components being added to a RepeatingView. For the particular page where I am facing the issues, we have 2 child components that are

Re: Wicket 6.15 - onSubmit not getting called for AjaxButton

2016-02-08 Thread sameerkhanna
That's what the issue was. Removed the id attribute from the HTMLs and it started working fine. Thanks Ernesto. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-15-onSubmit-not-getting-called-for-AjaxButton-tp4673516p4673542.html Sent from the Users forum

Wicket 6.15 - Component not getting refreshed

2016-05-04 Thread sameerkhanna
Hi, We recently upgraded from wicket 1.3 to wicket 6.15. However, it was a step by step upgrade for each major version. On one of the pages in the application we have a set of radio buttons. We have AJAX behavior on those radio buttons. On click of the "Yes" options, some follow up questions