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 ___

Re: Problem running from Eclipse

2020-01-27 Thread Aaron Rosenzweig via Webobjects-dev
Sweet, Glad you figured it out in the end. AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 > On Jan 27, 2020, at 3:51 PM, Valerio Luccio wrote: > > OK, it seems to a problem with my w

Re: JavaScripts generated programmatically and/or placed at the end

2020-01-27 Thread Aaron Rosenzweig via Webobjects-dev
Hi OC, Offhand what you are asking is probably possible; however I have a suggestion to not fight against the grain. If you are using prototype, then wait for the “dom loaded event” like so: http://api.prototypejs.org/dom/document/observe/ jQu

Re: Problem running from Eclipse

2020-01-27 Thread Valerio Luccio via Webobjects-dev
OK, it seems to a problem with my workspace. If I create a "Hello World" app from template it doesn't work, but if I use another workspace it does ... -- Valerio Luccio (212) 998-8736 Center for Brain Imaging 4 Washington Place, Room 157 New York UniversityNew York, NY 100

Re: Problem running from Eclipse

2020-01-27 Thread Valerio Luccio via Webobjects-dev
My build path has both: "javafoundation.jar" in Resources, and "JavaFoundation.jar" in WebServerResources. That's is the default behavior went you add a library in the configure build path. On 1/27/20 1:34 PM, Aaron Rosenzweig wrote: Hi Valerio, It’s that the error complained about not findi

Re: Problem running from Eclipse

2020-01-27 Thread Aaron Rosenzweig via Webobjects-dev
Hi Valerio, It’s that the error complained about not finding NSCoding which should be in JavaFoundation. Oh… but you know… there is a WebServerResources version that you do not want. Gotta be sure you got the right jar. You want something like: /Library/WebObjects/Versions/WebObjects543/System

Re: Problem running from Eclipse

2020-01-27 Thread Valerio Luccio via Webobjects-dev
Not sure what you're suggesting. I tried removing the JavaFoundation and add it back in the configure build path, didn't give me any errors in the build, but when I try to run it I got the same error. I thinks it's clear that the path is screwed up somehow, but I can't figure out where. On 1

Re: Problem running from Eclipse

2020-01-27 Thread Valerio Luccio via Webobjects-dev
Yes, I had upgraded to Catalina in November, but it screwed up a lot of things, so reverted to Mojave. I thought that I restored everything back to what it was, but maybe not. Thanks, On 1/27/20 10:35 AM, Aaron Rosenzweig wrote: Hey Valerio, That sheds some light… did you upgrade to Catalin

Re: Problem running from Eclipse

2020-01-27 Thread Aaron Rosenzweig via Webobjects-dev
Hey Valerio, That sheds some light… did you upgrade to Catalina or other OS changes? Many people got burned by Catalina moving directories under root to other locations messing up your class path. It’s very possible that your beans were arranged above your frank without you knowing… just by an

Re: Problem running from Eclipse

2020-01-27 Thread Valerio Luccio via Webobjects-dev
Thanks for the reply. I started that project about 15 years ago and the last time I fired it up successfully from Eclipse was in September. Then in December, without changing anything in the project, I could not do it anymore. The JavaFoundation.framework in my path is /Library/WebObjects/Ve