How to configure development mode so can see changes on-the-fly without restart

2009-03-08 Thread Jason Rosenberg
Hello, I'm new to Wicket (using 1.4-rc2, using IDEA IntelliJ 8.1 and maven2 with jetty:run plugin) In development mode, I expected to be able to edit html pages in the IDE, and see changes reflected immediately in the browser upon browser refresh, without having to restart wicket. Also,

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Jason Rosenberg
, Mar 9, 2009 at 6:45 AM, Jason Rosenberg jbrosenb...@gmail.comwrote: Hello, I'm new to Wicket (using 1.4-rc2, using IDEA IntelliJ 8.1 and maven2 with jetty:run plugin) In development mode, I expected to be able to edit html pages in the IDE, and see changes reflected immediately

Re: How to configure development mode so can see changes on-the-fly without restart

2009-03-09 Thread Jason Rosenberg
://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin on scanIntervalSeconds and reload=automatic. It works for me, but I usually get an exception after 30 or so reloads. But I figure it's better than nothing :) /Stefan Jason Rosenberg wrote: Hello, I'm new to Wicket (using 1.4-rc2, using

Re: Repeater View Examples are broken

2009-03-16 Thread Jason Rosenberg
There still appears to be an issue with this repeater example It runs ok when I download and build the wicket-examples project, but the one deployed on the public examples site is broken... Get Internal Error. Jason msc65jap wrote: I have noticed that there is an internal server

Re: AjaxFallbackDefaultDataTable problem

2009-03-17 Thread Jason Rosenberg
Hello, I'm having the same issue, and so far haven't figured it out... I am doing this, within an ajax click handler: mySortableDataProvider.updateDataList(updatedPersons); myAjaxFallbackDefaultDataTable.modelChanged();

DefaultDataTable loses pagination after filtering

2009-04-27 Thread Jason Rosenberg
Hi, I have an issue with the DefaultDataTable, and I'm wondering if this is something that I should expect to be supported, or not. (I've found the same problem with the AjaxFallbackDefaultDataTable) I implemented filtering, with the FilterToolbar, and made a few of the columns use

Re: DefaultDataTable loses pagination after filtering

2009-04-27 Thread Jason Rosenberg
If it matters, I forgot to mention, I'm using wicket 1.4-rc2 Jason Jason Rosenberg wrote: Hi, I have an issue with the DefaultDataTable, and I'm wondering if this is something that I should expect to be supported, or not. (I've found the same problem

Re: DefaultDataTable loses pagination after filtering

2009-04-28 Thread Jason Rosenberg
Great, When do we expect 1.4-rc3 to be available (that's the fixed version, according to the jira listed there) Thanks, Jason Anton Veretennikov wrote: If I'm true, this was solved. https://issues.apache.org/jira/browse/WICKET-2175 On Tue, Apr 28, 2009 at 8:25 AM, Jason Rosenberg

Re: DefaultDataTable loses pagination after filtering

2009-04-28 Thread Jason Rosenberg
Anton, Thanks, this works for me, and the bug is indeed fixed Jason I use 1.4-SNAPSHOT and repository idwicket-snaps/id urlhttp://wicketstuff.org/maven/repository/url snapshots /snapshots releases /releases /repository -- View this message