Re: What can we legally zip up and distribute?

2008-05-09 Thread Chuck Hill
My understanding has always been that you can redistribute it as part of an application for the sole purpose of executing that application. But the license is written in such a way that anything is far from clear. My opinion is that redistributing WO is likely to put you in contact with

What can we legally zip up and distribute?

2008-05-09 Thread Don Lindsay
Hello; I have a windows WebObjects installation that functions and it is WebObjects 5.4.1. I do not know if I can zip my c:\apple directory and place it on a web server for distribution. I would expect that I cannot, that doing so would be a violation of the Apple Web Objects license.

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Hello Q; I followed the instructions you provided to install WebObjects on windows, with the latest nightly build. When I create a new project there are no frameworks in the build path. All the environment variables have been set correctly. The WebObjects Update 5.3.3 does not contain

Weird apache error page

2008-05-09 Thread Miguel Arroz
Hi! I have setup Apache with LimitRequestBody to a given size. When I try to upload a file bigger than that using an WebObjects direct action, the following is returned to the browser: 413 Request Entity Too Large Request Entity Too Large The requested resource/cgi-bin/WebObjects/MyApp

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Hello Q; > Tutorials should be understandable by the lowest common denominator, from a person who has never used Eclipse to a se

Re: WO Tutorials install on windows

2008-05-09 Thread Q
Ok, I watched it, and I have some constructive criticism. Most of the annotations are just stating the obvious and are unnecessary, clicks already have audio cue's. You should only need to annotate right clicks, explanations of why you are doing something or keyboard shortcuts. Recommend

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
I have no problem changing the tutorial to specify nightly. I believe, we need to be consistent in all of the documentation how- to's and tutorials. If we are not consistent beginning users of WOLips are going to get confused and then ask questions on the list about installation. The best

Re: WO Tutorials install on windows

2008-05-09 Thread Q
On 10/05/2008, at 3:57 AM, Don Lindsay wrote: Hello Mike; # 1 is not fixed, I ran into it while I was making the tutorial. If you do not modify the resources and wsresources include patternset files your components do not get copied to the resources directory. Mike is correct, It's

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Don Lindsay
Hello; True, I am using this to pass to a transfer page. However, this should be a good starting point for Eric. Utilizing a full AJAX 3rd party framework is overkill for this I believe. Don On May 9, 2008, at 4:49 PM, Chuck Hill wrote: That is a full page submit, not JavaScript calli

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Eric E. van Leeuwen
Yup, think I'm going to expand on Don's idea and instead of using submit buttons I'm going to use WOActionURL's for the server method's I'm interested in. EvL On May 9, 2008, at 1:49 PM, Chuck Hill wrote: That is a full page submit, not JavaScript calling a server method. Chuck On May 9

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Chuck Hill
That is a full page submit, not JavaScript calling a server method. Chuck On May 9, 2008, at 1:44 PM, Eric E. van Leeuwen wrote: Don, Thanks! I'm going to give this a try. Eric On May 9, 2008, at 1:29 PM, Don Lindsay wrote: Hello; I have a WOpopup in a worepitition, each WOPopup has a W

Re: FBL

2008-05-09 Thread Guido Neitzer
On 09.05.2008, at 14:17, David LeBer wrote: FWIW, I *would* have used localized components a while back if the tools supported them reliably (haven't tried recently). I've occasionally encounter things that I could do with localized components that are hard to do with localized content only

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Eric E. van Leeuwen
Don, Thanks! I'm going to give this a try. Eric On May 9, 2008, at 1:29 PM, Don Lindsay wrote: Hello; I have a WOpopup in a worepitition, each WOPopup has a WOSubmit button (both are in a TD tag) associated with it and it's style=visibility.hidden. The WOForm has to have multiplesubmi

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Don Lindsay
Hello; I have a WOpopup in a worepitition, each WOPopup has a WOSubmit button (both are in a TD tag) associated with it and it's style=visibility.hidden. The WOForm has to have multiplesubmit set to true. The WOSubmit must have it's action set to the method you wish to call in the java f

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Chuck Hill
I think your choices are: 1. Use 3rd party add-ons or 2. Use fewer 3rd party add-ons after reading 3rd party add-ons and re- implementing in your code The JSON stuff here might be another thing to look at: http://homepage.mac.com/andrewlindesay/le/page_lestuff.html Chuck On May 9, 2008, at

Re: FBL

2008-05-09 Thread David LeBer
On 9-May-08, at 4:00 PM, Mike Schrag wrote: that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? I don't know. I have always flattened them. A quick experiment woul

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Eric E. van Leeuwen
Lachlan (et al), Thanks for the quick response. But I must apologize for omitting the fact that I'd like to avoid using "3rd party" add-ons. Anyone else want to take a crack at it? Eric On May 9, 2008, at 12:18 PM, Lachlan Deck wrote: Hi Eric, On 10/05/2008, at 4:55 AM, Eric E.van Leeuw

First Application with WOLips tutorial

2008-05-09 Thread Don Lindsay
Hello; The draft of creating a first application with WOLips is available at http://web.mac.com/pccdonl . This tutorial covers both windows and macintosh application development. Don ___ Do not post admin requests to the list. They will be ignore

Re: FBL

2008-05-09 Thread Guido Neitzer
On 09.05.2008, at 14:00, Mike Schrag wrote: As far as lproj folders, Wonder uses them at least, though it only uses the Nonlocalized.lproj. However, Resources in Wonder use Italian.lproj, etc. So the problem here is that if we can't do fully unflattened (Components/*) then .lproj is a rea

Re: FBL

2008-05-09 Thread Don Lindsay
WOLips Flattens frameworks, because if they are not flattened a war will not run on windows. On May 9, 2008, at 3:54 PM, Mike Schrag wrote: I'm not aware of any symbolic links that WOLips generates ... Where are you seeing this? ms On May 9, 2008, at 3:47 PM, Don Lindsay wrote: Hello; I

Re: FBL

2008-05-09 Thread Mike Schrag
that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? I don't know. I have always flattened them. A quick experiment would show the answer... As far as lproj folders, W

Re: FBL

2008-05-09 Thread Mike Schrag
I'm not aware of any symbolic links that WOLips generates ... Where are you seeing this? ms On May 9, 2008, at 3:47 PM, Don Lindsay wrote: Hello; I ran into a slight snag when deploying on windows. Windows does not truly support file links. Frameworks make extensive use of links. Fla

Re: FBL

2008-05-09 Thread Don Lindsay
Hello; I ran into a slight snag when deploying on windows. Windows does not truly support file links. Frameworks make extensive use of links. Flattening the links into actual directories allows WebObjects to run on windows. I know links are not utilized in Components, but maybe this

Re: FBL

2008-05-09 Thread Chuck Hill
On May 9, 2008, at 12:08 PM, Mike Schrag wrote: that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? I don't know. I have always flattened them. A quick experiment

Re: FBL

2008-05-09 Thread Lachlan Deck
On 10/05/2008, at 5:31 AM, Mike Schrag wrote: that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? Surely you jest ;-) Is this a verified "no" or is this a comment on

Re: FBL

2008-05-09 Thread Mike Schrag
that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? Surely you jest ;-) Is this a verified "no" or is this a comment on flattening :)? ms ___

Re: Missing Page Name on POST

2008-05-09 Thread Mike Schrag
57952 [WorkerThread3] WARN NSLog - : Exception occurred while handling request: java.lang.IllegalStateException: : Missing page name. [2008-5-9 11:15:54 PDT] java.lang.IllegalStateException: This error only happens when your invoke action fires for a hyperlink that doesn't have a pag

Re: FBL

2008-05-09 Thread Lachlan Deck
On 10/05/2008, at 5:08 AM, Mike Schrag wrote: that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? Surely you jest ;-) with regards, -- Lachlan Deck _

Re: Missing Page Name on POST

2008-05-09 Thread Lachlan Deck
Hi Hunter, On 10/05/2008, at 4:57 AM, Hunter Hillegas wrote: On May 9, 2008, at 11:37 AM, Lachlan Deck wrote: The component itself is a very vanilla form with a few fields and an image button submit. Any ideas? I couldn't find anything interesting via Google so I thought I would ask here.

Re: Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Lachlan Deck
Hi Eric, On 10/05/2008, at 4:55 AM, Eric E.van Leeuwen wrote: I need a way to "bridge" from javascript to my webobject's java. I have a situation where I need a WOPopupButton's onChange javascript event to call a method defined in the .java file of the WOComponent. You'll want to take a lo

Re: FBL

2008-05-09 Thread Mike Schrag
that would get flatted into Resources in the built product. And this goes to my REAL question -- do we actually have to flatten? NSBundle should find them in subfolders, right? ms ___ Do not post admin requests to the list. They will be ignored. We

Re: FBL

2008-05-09 Thread Chuck Hill
On May 9, 2008, at 11:51 AM, Mike Schrag wrote: For that matter, FBL is flattening folders inside of Components. That may be the reason for the original pattern. It would be good to support things like Components/ Pages/ Inputs/ Layout/ Components/ that w

Re: Missing Page Name on POST

2008-05-09 Thread Hunter Hillegas
Hey Lachlan, Thanks for the reply. On May 9, 2008, at 11:37 AM, Lachlan Deck wrote: I am maintaining an application that hasn't had a lot of development for the past 18 months or so. I recently discovered a form submission is failing (stack trace below). I don't know how long this has bee

Need help in calling a method defined in the .java file from a javascript fired from a javascript event

2008-05-09 Thread Eric E . van Leeuwen
All, Thanks to all of you who continually post responses to this list, without you I would not have been able to get most of the things in my application working. That being said, I need help with something I have yet to find an applicable answer to on this list or any other. I need a way

Re: FBL

2008-05-09 Thread Mike Schrag
For that matter, FBL is flattening folders inside of Components. I can only assume this means that internationalized component lproj folders don't work at all? Anyone use them? Should the pattern ACTUALLY be Components/* instead? This is how the Resources pattern works, I believe. ms

Re: Missing Page Name on POST

2008-05-09 Thread Lachlan Deck
Hi Hunter, On 10/05/2008, at 4:25 AM, Hunter Hillegas wrote: I am maintaining an application that hasn't had a lot of development for the past 18 months or so. I recently discovered a form submission is failing (stack trace below). I don't know how long this has been happening but it certa

FBL

2008-05-09 Thread Mike Schrag
In Fluffy Bunny Layout, the default resources patternsets are defined as Components/**/*.wo/**/*. The downside of this is that it makes the .wo folder itself appear to NOT be a resources (under the install folders, this all works out, this is purely a display issue). Does anyone have any

Re: WO Tutorials install on windows

2008-05-09 Thread Mike Schrag
Using stable, I would not recommend to people to use the nightly as there may be other issues they will run into. OK ... I'm pretty sure that problem is fixed in the nightly. ms ___ Do not post admin requests to the list. They will be ignored. Webobj

Missing Page Name on POST

2008-05-09 Thread Hunter Hillegas
Hello All, I am maintaining an application that hasn't had a lot of development for the past 18 months or so. I recently discovered a form submission is failing (stack trace below). I don't know how long this has been happening but it certainly worked at some time. The system is running

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
I have uploaded the "final" version of the tutorial. This version contains spelling fixes, and is prettied up a bit. No real steps or content changes were made. http://web.mac.com/pccdonl Don On May 9, 2008, at 2:03 PM, Don Lindsay wrote: Using stable, I would not recommend to people to u

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Using stable, I would not recommend to people to use the nightly as there may be other issues they will run into. Don On May 9, 2008, at 2:00 PM, Mike Schrag wrote: Hello Mike; # 1 is not fixed, I ran into it while I was making the tutorial. If you do not modify the resources and wsreso

Re: Maybe it's too late

2008-05-09 Thread Lachlan Deck
Either of these would do... public static boolean arrayContainsSubstring( NSArray< String > array, String substring ) { if ( array == null || substring == null || array.count() == 0 ) return false; return array .componentsJoinedByString ( "|" ).toLowerCase().indexO

Re: WO Tutorials install on windows

2008-05-09 Thread Mike Schrag
Hello Mike; # 1 is not fixed, I ran into it while I was making the tutorial. If you do not modify the resources and wsresources include patternset files your components do not get copied to the resources directory. Are you using stable or nightly of WOLips? ms _

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
These types of things are so easy to miss. :) Don On May 9, 2008, at 1:50 PM, Kieran Kelleher wrote: And if course I looked at it 10 times and could not see it! ... and the tutorial video was correct too! That was it. Works now. Thanks, Kieran On May 9, 2008, at 1:24 PM, Mike Schrag wrote

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Hello Mike; # 1 is not fixed, I ran into it while I was making the tutorial. If you do not modify the resources and wsresources include patternset files your components do not get copied to the resources directory. Don On May 9, 2008, at 1:33 PM, Mike Schrag wrote: 1) The woproject/*.pat

Re: grabbing data from a POST

2008-05-09 Thread Chuck Hill
Use a hex editor to look at the raw requests. Years ago there was a similar problem with IE where the request was missing a ^M/carriage return after the content boundary. This sounds like a similar problem: you are receiving a malformed request. We fixed it by hacking, er cleverly alteri

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
When I attempted to do it without the \: for the colon my install did not work. What version of windows, java, and eclipse are you using? Also, I am running 5.4.2 of webobjects. Don On May 9, 2008, at 12:11 PM, Mike Schrag wrote: Pretty sure you should not be escaping the colon ... When I

Re: WO Tutorials install on windows

2008-05-09 Thread Kieran Kelleher
And if course I looked at it 10 times and could not see it! ... and the tutorial video was correct too! That was it. Works now. Thanks, Kieran On May 9, 2008, at 1:24 PM, Mike Schrag wrote: ah ok .. the variable is "wo.wolocalroot" not "wo.localroot".

Re: WO Tutorials install on windows

2008-05-09 Thread Mike Schrag
1) The woproject/*.patternset don't work quite right on Windows. You can work around it by converting Components/**/*/etc/** to Components/*, same w/ Resources and WebServerResources 2) Couple images have backgrounds that should not 3) Outline view in component editor is not right 4) AutoOpen

Re: WO Tutorials install on windows

2008-05-09 Thread Mike Schrag
ah ok .. the variable is "wo.wolocalroot" not "wo.localroot". i actually posted an email a while back with what I did to setup Windows. These are from January, so slightly dated, but should be close: "I can't remember if I posted these or not, but these are the instructions I put togethe

Re: WO Tutorials install on windows

2008-05-09 Thread Kieran Kelleher
Syntax fixed. Also replaced all wo frameworks with 5.3.3 from Mac side. If I create a project, I get error as shown. java.lang.NullPointerException at org.eclipse.core.runtime.Path.(Path.java:152) at org .objectstyle .wolips .variables .VariablesPlugin.fixMissingSeparatorAfterDevice(Variab

Re: grabbing data from a POST

2008-05-09 Thread Chuck Hill
On May 9, 2008, at 9:55 AM, Joshua Paul wrote: FWIW, I get the following when grabbing this.request().contents() in the DirectAction: values: (stream [EMAIL PROTECTED] of length 418147), has NOT been accessed> I can then write the WOInputStreamData out to disk. Within that file, I se

Re: WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Hello; Drop the index.htm off the end. Go to http://web.mac.com/pccdonl Don On May 9, 2008, at 4:23 AM, Cheong Hee (Datasonic) wrote: Hi Followed on url, the page is not available. Any reason? Cheers Cheong Hee Message: 8 Date: Fri, 9 May 2008 03:43:52 -0400 From: Don Lindsay <[EMAIL

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
FWIW, I get the following when grabbing this.request().contents() in the DirectAction: values: (stream [EMAIL PROTECTED] of length 418147), has NOT been accessed> I can then write the WOInputStreamData out to disk. Within that file, I see: Content-Disposition: form-data; name="

Re: grabbing data from a POST

2008-05-09 Thread David LeBer
On 9-May-08, at 12:47 PM, Joshua Paul wrote: I followed the link, but I can't seem to get to the multipart iterator... In your directAction: WOMultipartIterator mpi = request().multipartIterator(); Doesn't work? Anyone else? Help?! On May 9, 2008, at 2:14 AM, Stefan Klein wrote: Hi,

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
I followed the link, but I can't seem to get to the multipart iterator... Anyone else? Help?! On May 9, 2008, at 2:14 AM, Stefan Klein wrote: Hi, seems to be a problem with FileUpload. I never done this using a direct action. I think the following may be a good starting point: http://ww

API Validation

2008-05-09 Thread David LeBer
Hi all, I wrote a little article [1] on manually adding API validation beyond the basic stuff that WOLip's component editor is currently capable of generating. I figured out most of the syntax by looking at existing WOComponent API files (since I don't have a working copy of WOBuilder any

Re: WO Tutorials install on windows

2008-05-09 Thread Mike Schrag
Pretty sure you should not be escaping the colon ... When I setup a Windows install, i did NOT use that syntax. On May 9, 2008, at 11:21 AM, Kieran Kelleher wrote: Hi Don, I followed your tutorial only deviating to use the nightly wolips instead of stable. It seems wolips is not picking

Re: Returning a PDF from a long response page

2008-05-09 Thread Alexander Spohr
return the final page and add a refresh-header to load the pdf after 0 seconds. atze Am 09.05.2008 um 17:07 schrieb John Huss: I have a page with an ERXLongResponse component on it, like so: Processing Request... refreshInterval="$5"/> When the task completes I'd li

Re: Inheritance...

2008-05-09 Thread Florijan Stamenkovic
Something that does it all in one place (root of the hierarchy)... Should take care of the problem with intermediate classes. It also fails quickly, as a reminder if one adds new subclasses to the hierarchy, but forgets to deal with their type identifiers. private static final Map mdSubtype

Re: WO Tutorials install on windows

2008-05-09 Thread Kieran Kelleher
Hi Don, I followed your tutorial only deviating to use the nightly wolips instead of stable. It seems wolips is not picking up the webobjects paths. I put wobuild.properties at: C:\Documents and Settings\Administrator\Library\wobuild.properties and its contents are: #This file stores wo pr

Returning a PDF from a long response page

2008-05-09 Thread John Huss
I have a page with an ERXLongResponse component on it, like so: Processing Request... When the task completes I'd like to return a PDF and also refresh the submitting page to remove the "Processing request" message. I can return the PDF just fine, but how do I also refresh the submi

Re: Inheritance...

2008-05-09 Thread David Avendasora
On May 9, 2008, at 10:08 AM, Florijan Stamenkovic wrote: I dealt with this issue by adding the following code in my abstract root... It avoids the pitfall you mention. One must be careful however that *every* subclass implements _getType() because the compiler will not complain as long as

Re: Reporting Java Client EC save exceptions

2008-05-09 Thread Florijan Stamenkovic
On May 09, 2008, at 04:25, John Pollard wrote: On which context did you put that delegate? On the EODistributionContext's editing context? That is where it should go, and I find it very weird that the delegate should not be performing... I put the delegate on the default Session EC which

Re: Maybe it's too late

2008-05-09 Thread Joshua Paul
Oh, I was referring to your substring routine... On May 9, 2008, at 1:05 AM, Daniele Corti wrote: 2008/5/9 Joshua Paul <[EMAIL PROTECTED]>: In this specific instance i was looking for intersecting strings from two arrays. Nevertheless, I'm always curious to see how people solve various pr

Re: Inheritance...

2008-05-09 Thread Florijan Stamenkovic
I dealt with this issue by adding the following code in my abstract root... It avoids the pitfall you mention. One must be careful however that *every* subclass implements _getType() because the compiler will not complain as long as any of the super-classes have this. public void awakeFro

Re: grabbing data from a POST

2008-05-09 Thread Mike Schrag
WOMultipartIterator multipartIterator = context().request().multipartIterator(); WOFormData formData = null; while ((formData = multipartIterator.nextFormData()) != null) { String name = formData.name(); InputStream is = formData.formDataInputStream(); .

Re: Inheritance...

2008-05-09 Thread David Avendasora
Oh, and I almost forgot, if you have multiple levels of inheritance, your awakeFromInsertion setting the class type is a little more tricky because the first thing you do in awakeFromInsertion is to call super.awakeFromInsertion. The problem is that if the class you are working on is more t

Re: WO Tutorials install on windows

2008-05-09 Thread Pascal Robert
Missing a 'l' after .htm (.html instead of .htm) Hi Followed on url, the page is not available. Any reason? Cheers Cheong Hee Message: 8 Date: Fri, 9 May 2008 03:43:52 -0400 From: Don Lindsay <[EMAIL PROTECTED]> Subject: WO Tutorials install on windows To: Development WebObjects Message-

Re: Webobjects-dev Digest, Vol 5, Issue 516

2008-05-09 Thread Shravan Kumar.M
Hello, try this link: http://web.mac.com/pccdonl/ Thank You, Shravan Subject: Re: WO Tutorials install on windows From: "Cheong Hee (Datasonic)" <[EMAIL PROTECTED]> Date: Fri, 9 May 2008 16:23:49 +0800 To: Hi Followed on url, the page is not available. Any reason? Cheers Cheong Hee Me

Re: grabbing data from a POST

2008-05-09 Thread Stefan Klein
Hi, seems to be a problem with FileUpload. I never done this using a direct action. I think the following may be a good starting point: http://www.mail-archive.com/webobjects-dev@lists.apple.com/msg04304.html Stefan Joshua Paul schrieb: headers: {remote_host = (::1); user-agent = (CFNetwork/

Re: Reporting Java Client EC save exceptions

2008-05-09 Thread John Pollard
This problem was resolved thank you, replies to David and Flor below: On 3 May 2008, David Avendasora wrote: Sorry, I would have responded sooner, but I'm out of town and just getting through my email now. Does this get you the logging you want: http://wiki.objectstyle.org/confluence/display

Re: WO Tutorials install on windows

2008-05-09 Thread Cheong Hee (Datasonic)
Hi Followed on url, the page is not available. Any reason? Cheers Cheong Hee Message: 8 Date: Fri, 9 May 2008 03:43:52 -0400 From: Don Lindsay <[EMAIL PROTECTED]> Subject: WO Tutorials install on windows To: Development WebObjects Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; c

Re: Maybe it's too late

2008-05-09 Thread Daniele Corti
2008/5/9 Joshua Paul <[EMAIL PROTECTED]>: > In this specific instance i was looking for intersecting strings from two > arrays. > Nevertheless, I'm always curious to see how people solve various problems, > so if you're willing to share, please pass along a code snippet. > NSArray first, second;

Re: Connection pooling + WebObjects

2008-05-09 Thread Shravan Kumar.M
Okay. Thanks Kieran. I will check that. Thank You Shravan Kumar. M effigent India Pvt., Ltd., -- Kieran Kelleher wrote: Project Wonder has connection pooling see ERXObjectStoreCoordinatorPool On May 8, 2008, at 10:14 AM, Shravan

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
headers: {remote_host = (::1); user-agent = (CFNetwork/221.5); document_root = (/Library/WebServer/Documents); server_name = (localhost); accept = (*/*); remote_addr = (::1); content-type = ("multipart/form-data, boundary=0194784892923"); server_admin = ([EMAIL PROTECTED] ); remote_port = (5

WO Tutorials install on windows

2008-05-09 Thread Don Lindsay
Hello; I have completed a draft of a install tutorial for installing WebObjects and WOLips on Windows. Feel free to review the tutorial at http://web.mac.com/pccdonl/index.htm Thanks, Don ___ Do not post admin requests to the list. They will be ig

Re: Maybe it's too late

2008-05-09 Thread Joshua Paul
In this specific instance i was looking for intersecting strings from two arrays. Nevertheless, I'm always curious to see how people solve various problems, so if you're willing to share, please pass along a code snippet. TIA. On May 8, 2008, at 5:26 PM, Don Lindsay wrote: Are you looki

Re: grabbing data from a POST

2008-05-09 Thread Stefan Klein
Hi, what did you see using: NSLog.debug.appendln("headers: " + request().headers()); NSLog.debug.appendln("keys: " + request().formValueKeys()); NSLog.debug.appendln("values: " + request().formValues()); Stefan Joshua Paul schrieb: That's just it, when I do that I get a N

Re: grabbing data from a POST

2008-05-09 Thread Joshua Paul
That's just it, when I do that I get a NPE. If I grab this.request().content() and write it to disk, I can see that the data is there (Content-Disposition, etc.). Other thoughts? On May 9, 2008, at 12:16 AM, Stefan Klein wrote: Hi, you can use request().formValueForKey("Filedata") in your

Re: grabbing data from a POST

2008-05-09 Thread Stefan Klein
Hi, you can use request().formValueForKey("Filedata") in your DirectAction Stefan Joshua Paul schrieb: I have data coming into my app via a POST in a DirectAction. I can obtain the data via: (WOInputStreamData) this.request().content() But that's where I'm stumped. Once I've grabbed the