Dave, I'm curious: what kind of hook would have been helpful for your particular case? Tapestry, being a framework optimizes for the common use cases, thus if your case is not i that category, it might be somewhat more difficult (than the common cases and more difficult than 'no framework') . At the same time as a framework, it is also very important for T5 to provide hooks for the 'not so common' cases so that you don't have to hack it when you have a special need. T5 is very good about the same on the server side (the ioc magic), not so good on the client side, so it's important to note the difficulties...
On 3/4/09, Dave Greggory <davegregg...@yahoo.com> wrote: > > yeah I tried both show and update methods, didn't really work. > > I finally got it to work by just adding the following to my event link. > > onclick="editWindow.show('editWindow'); resizeWindow(500, 500);" > > So right after (or is it before) it calls the event method it also shows the > Window. Not ideal and it could potentially, show the window before Ajax > event could return the Zone content inside the window, but seems to work. > > Tapestry certainly requires a lot of effort to get small things done. > > Thanks Thiago for the Ajax.Responder recommendation, I'll look into it. > > > > > > ----- Original Message ---- > From: Thiago H. de Paula Figueiredo <thiag...@gmail.com> > To: Tapestry users <users@tapestry.apache.org> > Sent: Tuesday, March 3, 2009 10:33:44 PM > Subject: Re: Invoking a custom show javascript method for a Zone > > Em Wed, 04 Mar 2009 00:25:35 -0300, Fernando Padilla <f...@alum.mit.edu> > escreveu: > >> so you maybe you should set both? > > Maybe we should file a JIRA for another parameter for Zone-supported > components? One to specify a callback (or set of callbacks) to AJAX > requests? > > Have you guys tried Ajax.Responders.register(responder)? Documentation at > http://www.prototypejs.org/api/ajax/. It is a way to provide some global > callback functions to made through Ajax.Request, Ajax.Updater and > Ajax.PeriodicalUpdater. > > --Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Sent from my mobile device --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org