Re: [Wicket-user] body onload contributors

2006-08-22 Thread Tomer Mevorach
It is not ajax refreshes that makes onload and onunload attributes huge but regular links and data sorting. Regards, Tomer Nili Adoram wrote: > We have issued bug number 1544413 about this. > However, is there a workaround for this? > Currently, after a few ajax refreshes the onLoad attribute is

Re: [Wicket-user] body onload contributors

2006-08-22 Thread Nili Adoram
We have issued bug number 1544413 about this. However, is there a workaround for this? Currently, after a few ajax refreshes the onLoad attribute is huge! Thanks Nili Eelco Hillenius wrote: > I can imagine something like this yes; we probably don't have a nifty > filter mechanism for onload contri

Re: [Wicket-user] body onload contributors

2006-08-17 Thread Juergen Donnerstag
I would need the quickstart or even better a junit test for it to follow up. Juergen On 8/17/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > actually we should. i remember bugging Juergen about this a long while back > and he fixed it but something mustve broken it again. > > -Igor > > > > On 8/17

Re: [Wicket-user] body onload contributors

2006-08-17 Thread Igor Vaynberg
actually we should. i remember bugging Juergen about this a long while back and he fixed it but something mustve broken it again.-IgorOn 8/17/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I can imagine something like this yes; we probably don't have a niftyfilter mechanism for onload contribs as

Re: [Wicket-user] body onload contributors

2006-08-17 Thread Eelco Hillenius
I can imagine something like this yes; we probably don't have a nifty filter mechanism for onload contribs as we have for header contributions. If you could open up an issue for this, we could take a look. Thanks, Eelco On 8/16/06, Nili Adoram <[EMAIL PROTECTED]> wrote: > Hi, > > I have attached

Re: [Wicket-user] body onload contributors

2006-08-17 Thread Juergen Donnerstag
Could provide us a quickstart application for us? Make debugging easier. thanks. Juergen On 8/17/06, Nili Adoram <[EMAIL PROTECTED]> wrote: > Hi, > > I have attached a AjaxSelfUpdatingTimerBehavior to one of the page > components and discovered that when I navigate from on link to the other > the

[Wicket-user] body onload contributors

2006-08-16 Thread Nili Adoram
Hi, I have attached a AjaxSelfUpdatingTimerBehavior to one of the page components and discovered that when I navigate from on link to the other then the AjaxSelfUpdatingTimerBehavior adds another similar JS statement to html body onload and onunload attributes. all Links (ExternalLink) point to