[Seaside] triggering forms

Lukas Renggli renggli at gmail.com
Tue Mar 11 17:05:22 UTC 2008


>  renderContentOn: html
>
>     html popupAnchor
>         onClick: (self evaluator triggerForm: 'form');
>         url:  self value asString;
>         with: self description label.
>
>
>  any ideas as to what I am doing wrong here?

What does FireBug say about your code?

Where is your form with the ID 'form'?

      html form id: 'form'; with: [ ...

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list