Re: AutoCompleteTextField ajax update problem

2013-09-03 Thread Sven Meier
Possibly https://issues.apache.org/jira/browse/WICKET-5315 ? Please try out with current trunk. Sven On 09/03/2013 06:28 AM, jchappelle wrote: I am in the process of migrating our app from wicket 1.5.10 to 6.10.0. I have a panel that uses an AutoCompleteTextField with an AjaxFormComponentUpdat

DataTable + Categories

2013-09-03 Thread Tommy Sadiq Hinrichsen
Hello I was wondering if anyone had experience with creating a datatable that consist of items with children. For my application i have a list of financeaccounts and they have financepostings. I would like to show them in a datatable because i want to use the export toolbar pattern. Currently i

AW: AW: Redirect within a RequestCycleListener's onBeginRequest

2013-09-03 Thread Ziegler, Christian
Sven, thanks for the input! I will look into that. At a first glance it looks promising. Regards, Chris Von: Sven Meier [s...@meiers.net] Gesendet: Donnerstag, 29. August 2013 11:08 An: users@wicket.apache.org Betreff: Re: AW: Redirect within a RequestCy

Re: jQuery reference with context relative path

2013-09-03 Thread divad91
Thank you again, it's working ! Dav -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jQuery-reference-with-context-relative-path-tp4661155p4661180.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: DataTable + Categories

2013-09-03 Thread Gabriel Landon
Hi, Maybe you could use org.apache.wicket.extensions.markup.html.repeater.tree.TableTree Regards, Gabriel. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DataTable-Categories-tp4661178p4661181.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: AutoCompleteTextField ajax update problem

2013-09-03 Thread jchappelle
Thanks for your response Sven. The AutoCompleteTextField was part of a bigger component that was a homegrown tagging component. I ended up re-implementing it using wicket-select2 and it works now, even better I might add! However, I did have a similar problem on another panel where loading the Auto