Re: Custom Ajax Component parent page re rendereing

2020-02-01 Thread Samuel Pelletier via Webobjects-dev
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

Re: Custom Ajax Component parent page re rendereing

2020-01-27 Thread Jérémy DE ROYER via Webobjects-dev
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

Custom Ajax Component parent page re rendereing

2020-01-27 Thread Michael Kondratov via Webobjects-dev
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 ___