Can't Reset Form After DropDownChoice OnChange Handled

2011-11-17 Thread aksarben
I have a drop down choice component, and when the selection changes, I udpate various form fields by Ajax, in the form as follows: *public HistoryDropDown(final String id, final MapK, ? map, final Component dateField, final TrackDetailModel model, final TrackAttribute attribute) {

Re: weekly memory usage increase by 500 Mb problem

2011-09-12 Thread aksarben
Junit MIGHT reveal the problem, though I think you'll get much faster results by using a profiler (I've had good luck with JProfiler). -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/weekly-memory-usage-increase-by-500-Mb-problem-tp3798527p3808451.html Sent from the

Opening Wicket Page in New Browser Tab/Window

2011-08-18 Thread aksarben
How can I make a Wicket page open in a new browser tab/window? I'm not talking about a popup, but a standard window. I have an app that needs to open a GIS map viewer in a separate window, based on the user's current context. The map viewer requires that I submit a form with GPS coordinates, so I

Re: Opening Wicket Page in New Browser Tab/Window

2011-08-18 Thread aksarben
Unfortunately, by that point, it's too late. The small HTML form has already appeared in my app window, even the map viewer subsequently opens in a new window, my app content has been destroyed. Since I posted this topic, I decided to go with PopupSettings. Since my corporate target audience all