[Seaside] Best practice: what actions in form callback: vs. in onChange: | onClick: | on...

itsme213 itsme213 at hotmail.com
Tue Jan 15 05:08:47 UTC 2008


Some actions have fairly clear places e.g. if they need form values, or a 
rendering canvas or script to write on.

Other actions like model updates I am able to locate in many different 
places.

As good design, what kinds of actions should be done in <A> vs. <B> below?
e.g.
    html select
        ...
        callback: [:val |  <A> ]
        onChange: (html updater
            ...
            callback:[ <B> ])

Thanks - Sophie





More information about the seaside mailing list