Re: XForms: submission with POST, does it work?
Pascal Sartoretti <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Solpa |
| Message-ID | <[email protected]> |
Aurelian wrote: > I'm not sure if this is your situation but I experienced something > similar about 2 months ago when I started experimenting with XForms. > > The instance data was external and I was not setting the bind attribute > for the submission element (which at that time I considered optional). > That behaved exactly as you described it: GET was OK, POST was not > hitting the server. The moment I added the bind attribute pointing to > the root element of the instance things got solved. Thanks for your infos, my situation is very similar (external instance data). But what is very strange is that the workaround I finally found consisted in DELETING a few <bind>, and not adding them ! There must definitely be a bug in Mozilla XForms around this, if I have a time I will create a test case and open a case in Bugzilla. Pascal