[Seaside] triggering forms

Keith Hodges keith_hodges at yahoo.co.uk
Tue Mar 11 16:39:01 UTC 2008


I never seem to be able to get triggerForm: to work for me.

I would like to have a link which opens google maps on the address what 
the user has typed into a form.

I tried this:

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?

Keith



More information about the seaside mailing list