Re: Instant page loads js

2014-02-08 Thread Martin Geisse
To be pedantic, there shouldn't be such a thing as a delete link, but a (POST) form that deletes something, even if the submit button looks like a link via CSS. That said, I think Wicket has much less of a latency problem than most other frameworks, and by blindly pre-loading stuff you likely trade

Re: Wicket 7 development status

2014-01-29 Thread Martin Geisse
Hi, I'm not yet sure if I like the idea to *replace* IModel by a lambda. In my code, I rarely have a need for a non-detachable, non-writeable model (except for a quick Model.of(constant), but this would not be much different with a lambda). My idea would be to leave IModel as it is, with read/wri

Re: CSS sprite component

2013-10-09 Thread Martin Geisse
/apache/wicket. > > If we like it then it can be part of wicket-core. > > Another option is to add it as a new module in WicketStuff projects. > > > > > > On Sat, Sep 28, 2013 at 3:23 PM, Martin Geisse > > wrote: > > > > > Hi all, > > > > >

CSS sprite component

2013-09-28 Thread Martin Geisse
but I could see why this isn't very clean for the general case. It'S not essential for me. Please tell me if you are interested in getting this into Wicket core. No files attached because I didn't want to clutter the mailing list ;) Greetings, Martin Geisse