Looking for a good source of AJAX info

2007-02-24 Thread Miguel Arroz
Hi! I'm sorry this is a little off-topic, but I could really use a good mail-list for Javascript and AJAX stuff. As many of you are using AJAX in your apps, do you know any good mail-list or forum where I can ask some questions about that stuff? Firefox is just driving me crazy... Y

Re: Problem passing strings to my wrapper component

2007-02-24 Thread Jerry W. Walker
Hi, Kevin, On Feb 22, 2007, at 11:51 PM, Kevin Windham wrote: I have a page wrapper and I've set up an API for it so I can pass some variables to it from the pages containing content. I have managed to pass Boolean values without any problem. ... However, if I do the same thing with a stri

Re: Browser refresh issue on File Upload...

2007-02-24 Thread James Cicenia
Hmmm,,, When I look at my logs... I don't see any output besides the error... nothing in the constructor, nothing in the actual upload methods... nothing. - James On Feb 24, 2007, at 1:00 PM, Mike Schrag wrote: I believe this exception is actually misleading -- the same thing happens wi

Re: Browser refresh issue on File Upload...

2007-02-24 Thread Mike Schrag
I believe this exception is actually misleading -- the same thing happens with that UTF8+FileUpload bug. I suspect this is related to the multipart iterator already having consumed the request parts, and it ends up in a weird path in WOFileUpload component that gives this confusing error m

Re: How-tos: Eclipse + WO

2007-02-24 Thread Ricardo Parada
Thanks Chuck Hill. I was able to successfully use Eclipse+WOLips. The problem I had with code completion went away went I reinstalled a new version of Eclipse and WOLips. WOLips even has a new icon showing in the Eclipse user interface. So it must be a new version. I'm slowly warming up

Re: Browser refresh issue on File Upload...

2007-02-24 Thread Chuck Hill
Do you have overwrite set on the the file upload? It may be getting an error as the previously uploaded file can be overwritten. You could move it out of the way / delete it after processing the upload. Or you could set a flag when you process the upload. Check this flag in takeValues..

Re: Exception in saveChanges(): rowDiffsForAttributes - snapshot does not contain value

2007-02-24 Thread Chuck Hill
On Feb 24, 2007, at 5:20 AM, Wolfram Stebel wrote: I was running and rerunning a set of functional tests. I was not stopping the app, but between each run I would run a script to reset the data. Sigh. And part of the script, Don't you use WOUnitTest? It helps setting up and tearing down t

Re: What is the trick to debug SQL?

2007-02-24 Thread Kieran Kelleher
FYI, just configure PW SQL logging with this in Properties file, adjusting values for your needs # # ERXAdaptorChannelDelegate # ## Enable delega

Browser refresh issue on File Upload...

2007-02-24 Thread James Cicenia
Hello - I have various file upload pages that work perfectly however, If some hits refresh on their browser after uploading a file it gives them this exception: [2007-02-24 09:30:17 CST] java.lang.RuntimeException: Could not create output stream. 'outputStream', or 'streamToFileP

Re: What is the trick to debug SQL?

2007-02-24 Thread Mark Ritchie
On 21-Feb-07, at 12:34 PM, James Cicenia wrote: It seems like no matter how many enabled debugging, wo arguments, etc., I can't get it to show me my sql?! On 23-Feb-07, at 1:46 PM, Christoph Zimmermann wrote: I also have the problem to enable SQL debugging with Xcode. No matter witch attribu

Re: Exception in saveChanges(): rowDiffsForAttributes - snapshot does not contain value

2007-02-24 Thread Wolfram Stebel
Am 24.02.2007 4:08 Uhr schrieb "Chuck Hill" unter <[EMAIL PROTECTED]>: > As it turns out, I am an idiot. Well, I can't disprove this :-) >I was running and rerunning a set of > functional tests. I was not stopping the app, but between each run I > would run a script to reset the data. Sigh. A