[Seaside] Re: Seaside and REST

Todd Blanchard tblanchard at mac.com
Thu Mar 29 23:18:22 UTC 2007


So seaside is a great application for people who don't want to care  
about low level details like http and html - except when you need to  
know about low level details like http and html.  :-)

Abstractions leak more on the web than in most places.
-Todd Blanchard

On Mar 29, 2007, at 11:42 AM, Andreas Raab wrote:

> Boris Popov wrote:
>> You need a form to put buttons in,
>
> Dang! Of course, stupid me ;-)
>
> Thanks,
>   - Andreas
>
>> WACounter>>renderContentOn: html
>> 	html
>> 		form:
>> 			[html heading: count.
>> 			(html submitButton)
>> 				callback: [self increase];
>> 				text: '++'.
>> 			html space.
>> 			(html submitButton)
>> 				callback: [self decrease];
>> 				text: '--']
>> Cheers!
>> -Boris
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list