[Seaside] Scriptaculous - using SUPeriodical

Frank Sukhu fsukhu at gmail.com
Sat Aug 12 23:54:03 UTC 2006


Hello All,

I am trying to use the SUPeriodical  - here is the relevant code:

--- start of code snippet ----

renderContentOn: html
 html paragraph
  script: (html periodical
             frequency: 5;
             on: #renderImageOn:  of:  self).

--- end of code snippet ---

My class is subclassed from SUComponent.

The method "renderImageOn:" is never called and it seems as if the
SUPeriodical is never triggered.  What the heck am I doing wrong?

Thanks for any help you can provide.

Frank





More information about the Seaside mailing list