Re: Rationale for Converting to AngularJS/Spring MVC

2014-01-04 Thread Ernesto Reinaldo Barreiro
Hi, On Fri, Jan 3, 2014 at 10:11 PM, Richard W. Adams rwada...@up.com wrote: As to How was it difficult? Don't know. Nothing official came out. I'm so low on the food chain I don't have many details. All I know is what leaks out through the grapevine. Good luck then: in the worse case you

Re: MultiThreading issues with Wicket.

2014-01-04 Thread Martin Grigorov
Hi, On Sat, Jan 4, 2014 at 1:06 AM, eaglei22 jchojnack...@gmail.com wrote: Here is the errors I get: Jan 03 17:04:20 WARN RequestCycleExtra- Jan 03 17:04:20 WARN RequestCycleExtra-Handling the following exception org.eclipse.jetty.io.RuntimeIOException:

Re: problem with stateless + onInitialize() + request listener + ListView

2014-01-04 Thread Martin Geisse
Done: https://issues.apache.org/jira/browse/WICKET-5460 On Fri, Jan 3, 2014 at 10:16 PM, Sven Meier s...@meiers.net wrote: This could be a bug. Could you create a quickstart please and attach it to a JIRA issue? Many thanks Sven On 01/01/2014 07:38 PM, Martin Geisse wrote: Hi, thanks

AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread Igor Dvorzhak
I am attaching AjaxFormComponentUpdatingBehavior to a DropDownChoice element in a ListView which displays a hidden panel on change event. It works for the first element in the ListView but not for subsequently added elements. I have tracked the cause: All subsequent AJAX behaviours are bounded

Make a Panel draggable

2014-01-04 Thread Lucio Crusca
Hi everybody, I have a panel that contains a RepeatingView, which in turns generates a number of links. The links are generated based on the context (defined as current page and previous user actions). Just now the panel shows up in the top right corner of my webapp and it's above other

Re: Make a Panel draggable

2014-01-04 Thread Ernesto Reinaldo Barreiro
wiquery provides draggable as a behavior: which would solve your problem. On Sat, Jan 4, 2014 at 6:17 PM, Lucio Crusca lu...@sulweb.org wrote: Hi everybody, I have a panel that contains a RepeatingView, which in turns generates a number of links. The links are generated based on the context

Re: AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread Peter Henderson
Hi Igor. Try calling listView.setReuseItems(true) Hope that helps Peter. On 4 January 2014 17:09, Igor Dvorzhak idm...@gmail.com wrote: I am attaching AjaxFormComponentUpdatingBehavior to a DropDownChoice element in a ListView which displays a hidden panel on change event. It works

Re: AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread medb
Hi Peter, I have already used the listView.setReuseItems(true) method. The actual problem not in refreshing the ListView but in the registering AJAX behavior for DropDownChoice element in it, because the event (AJAX request) is fired only for the first element in a ListView not for the any of

Re: AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread Sven Meier
Check your markup for explicit html ids (not wicket ids): select id=foo wicket:id=foo... Remove them. Regards Sven On 01/04/2014 06:09 PM, Igor Dvorzhak wrote: I am attaching AjaxFormComponentUpdatingBehavior to a DropDownChoice element in a ListView which displays a hidden panel on

Re: AjaxFormComponentUpdatingBehavior works only on first element in a ListView

2014-01-04 Thread Igor Dvorzhak
Sven, You are right, it helped. Thank you very much. Best, Igor -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-works-only-on-first-element-in-a-ListView-tp4663459p4663465.html Sent from the Users forum mailing list archive at

Update to Wicket 6.9.0

2014-01-04 Thread Igor Dvorzhak
When I'm trying to update from Wicket 6.8.0 to 6.9.0 or any succeed release the AJAX components stop to work. For example, AjaxSubmitLink and AjaxButton. There are no any errors in log and AJAX events just not send. Does anybody faced similar issues? Best, Igor

Re: Update to Wicket 6.9.0

2014-01-04 Thread Martin Grigorov
Hi, Read the announcement - jQuery has been upgraded. Check the browser JS console On Jan 4, 2014 11:23 PM, Igor Dvorzhak idm...@gmail.com wrote: When I'm trying to update from Wicket 6.8.0 to 6.9.0 or any succeed release the AJAX components stop to work. For example, AjaxSubmitLink and

Re: Update to Wicket 6.9.0

2014-01-04 Thread Igor Dvorzhak
Hi Martin, Don't notice JQuery update note in the release notes for Wicket 6.9.0. You are right, the problem was in removed jQuery method. Thanks for quick response. Best, Igor -- View this message in context:

Detecting when nothing is added to AjaxRequestTarget

2014-01-04 Thread jchappelle
We get a lot of ComponentNotFoundExceptions in production and I have not been able to reproduce them. I've had discussions on here before about this and I think what is happening is that the user clicks something to change the state of the page, say it removes a button. If we don't add the panel