Seaside is a free and open source web application framework for developing sophisticated web applications in Smalltalk.

learn more… | top users | synonyms

0
votes
2answers
232 views

Getting the value of the Javascript receiver in a Seaside JQuery callback

My question is similar to this - how do get what would be javascript this (so that I can get its value assuming its a form text input) ? I am trying to send the value of a text input to the callback ...
2
votes
0answers
72 views

Smalltalk/seaside REST service return image

I'm learning Smalltalk / Seaside and I'm trying to return a picture from a REST service. I'm reading the seaside book on REST services. There is an example in the book on file uploading, but there is ...
2
votes
0answers
56 views

GEMSTONE hangs when executing WAEmailMessage in readSmtpResult

I have installed on my MAC with MACOSX Lion, in the latest version of Gemtools (1.0 beta 87) with the latest version of glass workspace (1.0 beta 8.7.4) and the latest version of GEMSTONE: 3.1.0.1. On ...
2
votes
0answers
114 views

Seaside Smalltalk & jQuery UI Accordion - huge height

I have a problem. I would like to make a site in Seaside Smalltalk which would display methods of all subclasses of Collection in a jQuery UI Accordion. I've developed two methods: renderContentOn: ...