[Seaside] Dynamic Combobox

Andrius Paulavicius apaulavicius at gmail.com
Mon Aug 20 00:35:10 UTC 2007


Well, Combobox2 rendering should depend on some state which is set in 
Combobox1s callback:

html select
    ...
    callback: [:a | self updateCombobox2State: a];
    onChange: (html updater
        id: combobox2Id;
        callback: [:render | self renderCombobox2: render]).



More information about the seaside mailing list