[Seaside] triggering forms

Lukas Renggli renggli at gmail.com
Tue Mar 11 19:37:25 UTC 2008


> requestor does not seem to respond to triggerForm:

Sorry, it is called #request (probably not the best method name for
that JavaScript object).

>  A standard anchor does not submit the form either.

But it goes to a new page? As I said, going to a new page drops all
asynchronous activity in the browser, so your request is probably
never sent off.

Does something like (without URL and callback) work?

    html anchor onClick: (...); with: 'go'

Lukas

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


More information about the seaside mailing list