Mercurial > libervia-backend
diff frontends/wix/main_window.py @ 36:6491b7956c80
wix: Form submitting, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 14 Dec 2009 02:11:05 +1100 |
parents | c45deebb40a5 |
children | 3e24753b9e0b |
line wrap: on
line diff
--- a/frontends/wix/main_window.py Sun Dec 13 20:24:48 2009 +1100 +++ b/frontends/wix/main_window.py Mon Dec 14 02:11:05 2009 +1100 @@ -331,7 +331,7 @@ elif type == "FORM": self.current_action_ids.remove(id) debug ("Form received") - form=Form(self, title='Registration', type = data['type'], xml_data = data['xml']) + form=Form(self, title='Registration', target = data['target'], type = data['type'], xml_data = data['xml']) elif type == "DICT_DICT": self.current_action_ids.remove(id) if self.current_action_ids_cb.has_key(id):