[Seaside] Re: Seaside and REST

Andreas Raab andreas.raab at gmx.de
Thu Mar 29 18:22:50 UTC 2007


Boris Popov wrote:
> See my earlier messages. It's completely up to you, as you get to choose
> whether to use anchors (GET) or forms/buttons (POST) when you put your
> pages together.

Thanks, stating the difference explicitly is very helpful. However, just 
trying it out by, e.g.,

WACounter>>renderContentOn: html
	html heading: count.
	html submitButton
		callback: [self increase];
		text: '++'.
	html space.
	html submitButton
		callback: [self decrease];
		text: '--'.

does not seem to work, any ideas?

Cheers,
   - Andreas


More information about the seaside mailing list