Re: Offline capable web application

2010-02-19 Thread Hauke Ingmar Schmidt
Hej, 2010/2/19 Frank Silbermann : > Any application that executes _offline_ is not a _web_ application -- > unless the system consists of a stand-alone application containing a web > server that runs on the client (e.g. via jetty) so that both client and > server are running on the same box. That

Re: jdbc

2010-02-16 Thread Hauke Ingmar Schmidt
Hej, 2010/2/16 Hauke Ingmar Schmidt : > 2010/2/11 Giambalvo, Christian : >> http://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html > > Unrelated to the original posters question, but: The sort method used > in this sample does not work correctly. It gets a subli

Re: jdbc

2010-02-16 Thread Hauke Ingmar Schmidt
Hej, 2010/2/11 Giambalvo, Christian : > http://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html Unrelated to the original posters question, but: The sort method used in this sample does not work correctly. It gets a sublist and sorts the sublist instead of sorting the base data and

Re: Should Duration be deprecated?

2010-01-26 Thread Hauke Ingmar Schmidt
Hej, 2010/1/26 Objelean Alex : > I was wondering why would wicket need Duration class as long as java > provides a similar TimeUnit. Maybe it would be a good idea to deprecate this > class & encourage usage of TimeUnit? If I am correct TimeUnit doesn't store a duration, it is used for informing a

Re: wicket bench in eclipse

2010-01-25 Thread Hauke Ingmar Schmidt
Hej, 2010/1/25 Peter Karich : >> Is it >> time to buy an IDEA license where there seems to be a quite nice >> toolset for Wicket? > I downloaded the open source version of IntelliJ and the wicket plugin seems > to work. Yes, but the free version of IDEA is lacking too much in other fields: http:

Re: wicket bench in eclipse

2010-01-25 Thread Hauke Ingmar Schmidt
Hej, 2010/1/21 Lionel Port : > Not strictly a wicket question, I know. For me tools are an important part of a framework's ecosystem. > Does anyone have wicket bench > working in Galileo or recent version of eclipse or know of a good > plugin I should be using?. My project has a maven structure,

Re: Refresh resources in deployment mode

2010-01-04 Thread Hauke Ingmar Schmidt
Hej, what about activating JMX and clearing the cache with it's help? Bye Hauke Ingmar 2009/12/10 Martijn Dashorst : > Set the resource poll frequency to something other than null in your > init() method > On Thu, Dec 10, 2009 at 12:08 PM, Witold Czaplewski > wrote: >> In deployment mode, is i

Re: Why feedback panel won't work

2009-12-28 Thread Hauke Ingmar Schmidt
Hej, 2009/12/28 uud ashr : > Won't work using: > setResponsePage(MyAnotherPage.class); > > But fine when use constructor: > setResponsePage(new MyAnotherPage()); At work we had a similar case where an object in the session, that was explicitely set before calling, wasn't set in the called page w

Re: Feedbackpanel for exact one Error Level

2009-10-12 Thread Hauke Ingmar Schmidt
Hej, >>> I know how to add a Feedbackpanel and how to filter it by specific forms >>> a.s.o. >>> But I want three feedbackpanels. One for "warn", one for "error" and one >>> for "info". >>> >>> I didn't find a implementation of IFeedbackMessageFilter which does that. >>> (Or I don't know how it co