Dynamic Form Best Architecture

2014-05-30 Thread sim999
Hello, I'm a new user of Wicket and I would like to have your opinion. Here is what I'm trying to do : Step 1 : My application calls a web service to retrieve some data. Step 2 : Based on these data the application must build a big web form, this form ask the user many questions (15-20 for

Ajax exception handling on client side

2014-05-30 Thread Andre Camilo
Hi, How can I handle exceptions occurred at the server side on the client side (with Ajax requests)? At the client side, the javascript event ' /ajax/call/failure' is only fired when the connection fails (I think), but when the there's an unhandled exception on the server side, the events '

Re: Ajax exception handling on client side

2014-05-30 Thread Martin Grigorov
Hi, See org.apache.wicket.settings.IExceptionSettings#setAjaxErrorHandlingStrategy Martin Grigorov Wicket Training and Consulting On Fri, May 30, 2014 at 12:46 PM, Andre Camilo andre.cam...@premium-minds.com wrote: Hi, How can I handle exceptions occurred at the server side on the client

WebSocket with InitParameter

2014-05-30 Thread Jan Moxter
Hello Wickets, I am doing some extensive testing with the native-websocket implementation in preparation for wicket-7 conversion of my apps. The websocket part is going to be used for an internal messaging system which sends/broadcasts system notifications to the logedin users. This all

Re: WebSocket with InitParameter

2014-05-30 Thread Martin Grigorov
Hi, See https://issues.apache.org/jira/browse/WICKET-5453 Martin Grigorov Wicket Training and Consulting On Fri, May 30, 2014 at 4:18 PM, Jan Moxter jan.mox...@innobix.com wrote: Hello Wickets, I am doing some extensive testing with the native-websocket implementation in preparation

Re: WebSocket with InitParameter

2014-05-30 Thread Jan Moxter
Thanks for the indication, best list ever! Jan - Original Message - From: Martin Grigorov mgrigo...@apache.org To: users@wicket.apache.org, Jan Moxter jan.mox...@innobix.com Sent: Friday, May 30, 2014 9:27:51 AM Subject: Re: WebSocket with InitParameter Hi, See

[ANNOUNCE] Wicket Bootstrap 0.9.3 is released

2014-05-30 Thread Martin Grigorov
Hi, Wicket Bootstrap 0.9.3 has been released and soon will be available at Maven Central. The major change is the upgrade of Bootstrap to 3.1.1. The Git short log is: David Beer (5): Added FontAwsome CDN Reference Changed the Class to extend UrlResourceReference and pass the CDN

ComponentFeedbackPanel near radio group not working

2014-05-30 Thread Entropy
I am mystified. I have an error panel at the top of my page that show the errors for the page, but near each control is ALSO a ComponentFeedbackPanel to show the error near the control. These work fine for every control except this radio group. The error shows up top, has the right label, but