Re: [6.16] AjaxButton.onSubmit not working after upgrading to wicket 6

2014-07-07 Thread Michael Haitz
please provide the full stacktrace. cheers, Michael Am 06.07.2014 um 05:44 schrieb smallufo small...@gmail.com: It seems working now. But such removal also make theme-switching not working : If I enable the ThemeProvider : final ThemeProvider themeProvider = new

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-07 Thread Daniel Stoch
I think the simplest solution for now (until we invent a better one) is to define a dedicated exception class for such case (similar to ListenerInvocationNotAllowedException which is raised if user tries click on disabled links). Then we can catch such exception and handle it eg. as described by

Re: How to handle click on removed links - WicketRuntimeException (Component 'xxx' has been removed from page)?

2014-07-07 Thread Martin Grigorov
Please create a ticket! With a patch with the custom exception will make its processing even faster! Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jul 7, 2014 at 11:08 AM, Daniel Stoch daniel.st...@gmail.com wrote: I think the simplest

Re: Ajax Form Submit via jquery plugin / javascript

2014-07-07 Thread vp143
I wasnt able to get anything working... I tried adding wicket:id via jquery to the plugin button but wicket did not recognise it. However, I had been using wicket 6.7.0 up until then. I see that AjaxWizardButtonBar within the Wizard functionality has been added in a latter wicket version which I

Re: Model data lost when calling target.add before onSubmit

2014-07-07 Thread vp143
Many thanks! I solved my original issue using AjaxWizardButtonBar which I was not aware of as I was using an older version of Wicket. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-data-lost-when-calling-target-add-before-onSubmit-tp4666385p4666458.html Sent

wicket-select2 - adding sub categories seen in select2

2014-07-07 Thread Vishal Popat
Hi, Is it possible to add categories to the lists in wicket-select2 like seen in http://ivaynberg.github.io/select2/#basics (The Time Zone labels)? Also is it possible to add functionality like the flag images as well? Regards Vishal

Contribution to Wicket WIKI

2014-07-07 Thread Štefan Šimík
I would like to ask, how is possible to update WIKI. I found som info at: https://cwiki.apache.org/confluence/display/WICKET/How+to+contribute+documentation+to+the+Wiki but I cannot find any link for editing of the page (I am logged in, as common user). Stefan

Re: Contribution to Wicket WIKI

2014-07-07 Thread Martin Grigorov
Hi, Since a while the WIKI is locked up for editing by everyone because there was too much spam (according to Apache sysadmins). Give us your WIKI id and we will add you to the list of editors. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Jul 7, 2014 at

wicket portlet in Liferay 6.2

2014-07-07 Thread Ciocoiu Elvis
Hi, I'm facing a problem with wicketstuff-portlet-6.16 in Liferay 6.2. I'm using AjaxLink in a portlet and WicketAjax call failure with: Error while parsing response: Invalid XML. I know there were some problems (starting with wicket 1.5.9) but this problems were solved using a custom

Displaying Images Stored in DB on Openshift

2014-07-07 Thread David Beer
Hi All I am developing and application that is running on openshift. The application is still in heavy development, using wicket 6.14 at the moment. I am running Wildlfy 8.1.0 and testing locally. The problem I am facing is simply that the images that I am storing are not being displayed on

Re: Feedback/Error message.

2014-07-07 Thread Paul Bors
Have a look at the Sortable DataTable: https://cwiki.apache.org/confluence/display/WICKET/Simple+Sortable+DataTable+Example It has a build in message for when there are no results matching your filter or the model is empty. You can override it to display your own custom message as well. On Sat,

Re: [6.16] AjaxButton.onSubmit not working after upgrading to wicket 6

2014-07-07 Thread smallufo
sorry , There is no stack trace. Because it triggers nothing , the server doesn't receive anything. 2014-07-07 14:21 GMT+08:00 Michael Haitz michael.ha...@1und1.de: please provide the full stacktrace. cheers, Michael Am 06.07.2014 um 05:44 schrieb smallufo small...@gmail.com: It seems