[Seaside-dev] help with form

Bob Arning arning315 at comcast.net
Wed Jun 12 20:22:44 UTC 2013


Disregard my previous reply. By the time you get to the code below, 
"html" is no longer usable (it was a canvas for the original render).

On 6/12/13 4:04 PM, Juan wrote:
> self call: (self renderContentTableOn:  html)
Depending on just what you want to accomplish, you could try something like:

     html submitButton
         callback: [ self call: (SomeOtherComponent new)];
         value: 'Save'

Cheers,
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside-dev/attachments/20130612/3391e501/attachment.htm


More information about the seaside-dev mailing list