[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 same page with different parameters.

Is there anything I can do to stop this behavior?


Thanks,
Tomer



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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
> then the AjaxSelfUpdatingTimerBehavior adds another similar JS statement
> to html body onload and onunload attributes.
> all Links (ExternalLink) point to same page with different parameters.
>
> Is there anything I can do to stop this behavior?
>
>
> Thanks,
> Tomer
>
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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 same page with different parameters.
>
> Is there anything I can do to stop this behavior?
>
>
> Thanks,
> Tomer
>
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 we have for headercontributions. If you could open up an issue for this, we could take alook. Thanks,
EelcoOn 8/16/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> then the AjaxSelfUpdatingTimerBehavior adds another similar JS statement> to html body onload and onunload attributes.> all Links (ExternalLink) point to same page with different parameters.
>> Is there anything I can do to stop this behavior?>>> Thanks,> Tomer -
> Using Tomcat but need to do more? Need to support web services, security?> Get stuff done quickly with pre-integrated technology to make your job easier> Download IBM WebSphere Application Server v.1.0.1
 based on Apache Geronimo> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___> Wicket-user mailing list> Wicket-user@lists.sourceforge.net> 
https://lists.sourceforge.net/lists/listinfo/wicket-user>-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > 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 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 same page with different parameters.
> > >
> > > Is there anything I can do to stop this behavior?
> > >
> > >
> > > Thanks,
> > > Tomer
> > >
> > >
> > >
> > >
> -
> > > Using Tomcat but need to do more? Need to support web services,
> security?
> > > Get stuff done quickly with pre-integrated technology to make your job
> easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> > >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > ___
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> -
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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 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 same page with different parameters.
>>
>> Is there anything I can do to stop this behavior?
>>
>>
>> Thanks,
>> Tomer
>>
>>
>>
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>> 
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>   

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 huge!
> Thanks
> Nili
>
> Eelco Hillenius wrote:
>   
>> 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 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 same page with different parameters.
>>>
>>> Is there anything I can do to stop this behavior?
>>>
>>>
>>> Thanks,
>>> Tomer
>>>
>>>
>>>
>>> -
>>> Using Tomcat but need to do more? Need to support web services, security?
>>> Get stuff done quickly with pre-integrated technology to make your job 
>>> easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> ___
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>
>>> 
>>>   
>> -
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>   
>> 
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user