On Sun, Apr 27, 2008 at 9:46 PM, Matthew Young <[EMAIL PROTECTED]> wrote: > >Wicket filters the contributions on client side (according to the > URL) > > Can explain what is (according to the URL)? Does the filtering apply to any > js? > > If wicket js is filtered on the client side, then I don't know what's going > on with this question: > > > http://www.nabble.com/Ajax-postcall-handler-does-not-get-called-every-time-td16659218.html#a16663054 That would be a wicket bug, is there a jira entry for it? > > > >Can you please elaborate on scriptaculous not working? > > I run into this problem with the lightbox component in wicket-stuff. > Lightbox uses scriptaculous. My page also uses scriptaculous so I includes > the lib (implements IHeaderContributor and renderHead on the page). On ajax > update, the lightbox component contributes scriptaculous. Once that happen, > scriptaculous effects stops working. I had to disable lightbox from > contributing scriptaculous. > > Another problem is the lightbox.js needs to be part of the page because it > initializes itself on window load event. Lightbox doesn't work if > lightbox.js is loaded via ajax because there is no window load event to hook > itself up. In that case lightbox needs to be fixed. Dynamically loaded javascript is a common thing.
-Matej > > > > On Sun, Apr 27, 2008 at 2:15 AM, Matej Knopp <[EMAIL PROTECTED]> wrote: > > > Wicket filters the contributions on client side (according to the > > URL). Can you please elaborate on scriptaculous not working? > > > > -Matej > > > > On Sun, Apr 27, 2008 at 9:43 AM, Matthew Young <[EMAIL PROTECTED]> wrote: > > > >filter out the duplicates on the client side > > > > > > How do you do that? Would it be possible to make stuff like > > scriptaculous > > > effects to work like that? Scriptaculous doesn't work if it's ajax > > > contributed more than once. > > > > > > On Sat, Apr 26, 2008 at 11:25 PM, Igor Vaynberg < > > [EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > > > wicket will filter out the duplicates on the client side > > > > > > > > -igor > > > > > > > > On Sat, Apr 26, 2008 at 11:20 PM, Matthew Young <[EMAIL PROTECTED]> > > wrote: > > > > > The AjaxPagingNavigator is header-contributing "wicket-event.js" > > and > > > > > "wicket-ajax.js" everytime a link is clicked. There must be > > something > > > > in > > > > > these js to make this ok? > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > -- > > Resizable and reorderable grid components. > > http://www.inmethod.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Resizable and reorderable grid components. http://www.inmethod.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
