[Seaside] simple example for a simple man?

Boris Popov boris at deepcovelabs.com
Thu Aug 13 18:36:06 UTC 2009


If you're using VisualWorks,

(HttpRequest post: 'http://mydomain.com/post-handler.php')
   formData: (Array with: 'hello' -> 'world');
   execute

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4


-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Lawson
English
Sent: Thursday, August 13, 2009 11:30 AM
To: Seaside - general discussion
Subject: [Seaside] simple example for a simple man?

Hey all, I've been trying to go through the various materials available,

but I'm having a hard time finding a simple example of the kind of thing

I want to do with seaside, at least as a helloworld project, which is 
basically POST arbitrary data to an arbitrary url. I can find plenty of 
examples of GUI-related stuff, but not much that shows how to create and

use a simple instance of the HTTP request stuff.


If there's some easy example I've missed, or a mailing list entry that I

haven't found with  googling    site:lists.squeakfoundation.org, I'd 
much appreciate a pointer or 3.

Thanks

Lawson
_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list