[Seaside] Re: Simple Form Submission via JQuery ajax

Esteban A. Maringolo emaringolo at gmail.com
Thu Jan 9 19:53:51 UTC 2014


Self answer:

 html button bePush
   onClick:
    (html jQuery ajax
        serializeForm;
        onComplete: ((html jQuery id: contentId) load html: [
:ajaxHtml | self renderBuilderOn: ajaxHtml ]));
   with: 'Actualizar'.


More information about the seaside mailing list