[Seaside] Re: Seaside and REST

Boris Popov boris at deepcovelabs.com
Thu Mar 29 19:03:04 UTC 2007


Might not be a bad idea, although strictly speaking you *can* have
button elements outside a form, so the following produces perfectly
valid XHTML in and of its own even though it doesn't quite work the way
you might expect it to,

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

Cheers!

-Boris

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

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Rick Zaccone
> Sent: Thursday, March 29, 2007 11:50 AM
> To: Seaside - general discussion
> Subject: Re: [Seaside] Re: Seaside and REST
> 
> 
> On Mar 29, 2007, at 2007-03-29  Thu2:42 PM, Andreas Raab wrote:
> 
> > Boris Popov wrote:
> >> You need a form to put buttons in,
> >
> > Dang! Of course, stupid me ;-)
> >
> > Thanks,
> >   - Andreas
> 
> It would certainly be nice if this produced an error message.
> Instead, everything looks right but it doesn't work.  I have wasted
> time with this and I'm sure others have too.
> 
> Rick
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list