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 child component that should process the request. It may be confusing but the WebObject component request handling magic will reconstruct the WOElement tree on each request. This is why repetition list should be bound to array you are sure cannot change between requests (it can usually safely change during action handling and in append to response) Regards, Samuel > Le 27 janv. 2020 à 18:06, Michael Kondratov via Webobjects-dev > <webobjects-dev@lists.apple.com> a écrit : > > 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 > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com > > This email sent to sam...@samkar.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com