Re: ListView vs. RefreshingView and the meaning of the word 'refreshing'

2016-08-09 Thread Sven Meier
Hi, yes, ListView and RefreshingView are quite similar. ListView is a repeater implementation from Wicket's very early days: it works on a list of objects - wrapped in a model of course, as you'd expect it from a proper Wicket component. RefreshingView doesn't care where the objects to

Re: empty form input after submit

2016-08-09 Thread Iamuser
Hello, Could you please provide more details? What do you mean by swapping the model? Thank you. On Wed, Aug 3, 2016 at 8:16 PM, ganea iulia wrote: > Hello, > Could you please give me an example of that? > Thank you > > On Sun, Jul 31, 2016 at 3:08 PM, Sven Meier [via

Re: Wicket tester and mounted resources

2016-08-09 Thread Martin Grigorov
Hi, On Aug 9, 2016 10:45 AM, "giacomolm" wrote: > > Hi Martin, > thanks for your reply. As you confirmed, mounted resources are available to > the wicket tester instance. > > What if I want to expose again those endpoints outside the tester > application? > > It would be

Re: Wicket tester and mounted resources

2016-08-09 Thread giacomolm
Hi Martin, thanks for your reply. As you confirmed, mounted resources are available to the wicket tester instance. What if I want to expose again those endpoints outside the tester application? It would be great if wicket tester can re-expose such resources: on this way I can interact with them