Hi Michael,
If processing an AjaxRequest, you should not see the entire page rerendered.
You may verify by adding a break point on the main page appendToResponse method.
If you wonder why getters on your main component are called like list for a
repetition, this is required to find out the chil
Hi Michael,
I had the same using WOSubmitButton instead of AjaxSubmitButton
If it may help,
Jérémy
> Le 28 janv. 2020 à 00:06, Michael Kondratov via Webobjects-dev
> a écrit :
>
> I am working on a small Ajax Component that would save current scroller
> position. Everything is working excep
I am working on a small Ajax Component that would save current scroller
position. Everything is working except I just noticed that AjaxComponent
actually re-renders entire page while generating a small Ajax response. Is that
a normal behavior?
Michael
___