Re: hot deploy new/updated components?

2007-10-26 Thread Nathan Hamblen
Johan Compagner wrote: i wouldn't use those 2 in production.. Yeah JavaRebel is supposed to have too much of a performance penalty to use in production. And for development, I think that Wicket is at least as friendly to live coding and updating as anything else in Java. The only caveat is t

Re: safari and ajax (issue 938)

2007-10-15 Thread Nathan Hamblen
Make sure you've cleared Safari's cache since upgrading to beta4. So far I haven't run into any problems with Safari ajax in the new version, and I seem to be the canary in the coal mine. ;) Nino Saturnino Martinez Vazquez Wael wrote: Hmm changing it OnChangeAjaxBehavior, makes it stop working

Re: Scrolling browser to newly visible panel?

2007-10-10 Thread Nathan Hamblen
Gwyn Evans wrote: > I'm doing this with Ajax, > but the problem is that it typically appears off the bottom of the > existing page - is there a good way of triggering the browser to do > something like scroll down, ideally to the bottom of the new form? findpos(elem) has worked well for me on aja

Re: Multiple children border?

2007-10-08 Thread Nathan Hamblen
dcastannon wrote: A border component insert its markup into the child tag of the border markup. I think i need a border with multiple body tags, identified by name. Is something like a template (a la facelets). How can i do this with wicket? You can do this panels or fragments (or just individua

Re: More on Wicket/Hibernate...

2007-10-04 Thread Nathan Hamblen
Neil B. Cohen wrote: > Anyone have a really simple MySQL example like that? Or an online > tutorial that I could follow? We have one of those: http://databinder.net/site/show/baseball-players I don't know if you want to use Databinder or not, but you aren't going to find a lot of code or tutori

Re: More extend points

2007-09-14 Thread Nathan Hamblen
fero wrote: Hi, is it possible to have more than one on one page. I use a convention of adding components at the extension point from an overridable method. The base class just returns an empty component; subclasess return a Panel. I don't know if that's more templates than you want, but ke

Re: HOWTO create a new ResourceReference

2007-09-11 Thread Nathan Hamblen
Ryan Sonnek wrote: Okay folks, I think I'm stuck. After releasing my wicketstuff project that creates RSS feeds [1], it was suggested to use a WebResource instead of a WebPage to create RSS/Atom feeds [2]. Makes sense to me, but I'm really getting stuck on how to create a new ResourceReference

Re: Ajax error in Safari / Konqueror

2007-09-10 Thread Nathan Hamblen
RĂ¼diger Schulz wrote: How can I find out more, or what more information would be needed to root this down? Maybe this is related to WICKET-938? Probably. It's all too easy to see Safari fail in beta3; I've had to drop back to beta2. I was planning to capture some markup examples over the week

Re: Is Wicket a proper framework for a Webshop ?

2007-08-29 Thread Nathan Hamblen
Xavier Hanin wrote: Note that databinder can be used with Spring too. It's useful for exposing your hibernate beans as wicket models. The beginning of this thread is not on gmane for some reason. But, yeah actually I've done a few web stores with Databinder. As always I find Wicket to be help

Re: Is this even possible...?

2007-08-03 Thread Nathan Hamblen
James Crosthwaite wrote: Basically i have a list of objects, currently displayed in a PageableListView, that i want the user to be able to edit. Oh and I should probably add that the example I pointed you to maps the ListView to a list contained in an object by a compound property model, but

Re: Is this even possible...?

2007-08-03 Thread Nathan Hamblen
James Crosthwaite wrote: I'm relatively new to Wicket and i have a query about creating an editable list. My query is simply, is it even possible? Impossible is nothing! Basically i have a list of objects, currently displayed in a PageableListView, that i want the user to be able to edit. The