The forms.lib.js contains this snippet:

// Handlers that are to be called in form's "onsubmit" event
// FIXME: this single var implies only one form per page, and needs tobe
//       visited if we decide to support several forms per page.
var forms_onsubmitHandlers = new Array();

Now, what does this actually mean if I have several forms per page? I'm
currently thinking of the portal having different portlets each with an
own form.

Carsten
-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Reply via email to