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

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

Re: More extend points

2007-09-14 Thread Nathan Hamblen
fero wrote: Hi, is it possible to have more than one wicket:extend 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

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: 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