Hi,
When I am filling data into my form I have the "Save document" button disabled and in the down left corner of the pahge the two symbols meaning " Error on Form" and "Unsaved changes". All the fields are filled correctly (no data validation problem). Application name and form name have no spaces in the name. What can be wrong? Can anybody help? Is there any place where I can find a log or some description of the Error on Form...? Regards, Adrian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Adrian,
On Sun, Jul 27, 2008 at 2:39 AM, Adrian Butnaru <[hidden email]> wrote: > When I am filling data into my form I have the "Save document" button > disabled and in the down left corner of the pahge the two symbols meaning " > Error on Form" and "Unsaved changes". > All the fields are filled correctly (no data validation problem). > Application name and form name have no spaces in the name. > What can be wrong? Can anybody help? > Is there any place where I can find a log or some description of the Error > on Form...? You are saying that you don't have any indication of anything being invalid in the form as shown on the screen, but the "Errors on Form" indicator at the bottom left of the screen is shown. Is that right? To show/hide this indicator, we use the new events xxforms-valid and xxforms-invalid dispatched on the instance (here: fr-form-instance) when the whole instance becomes valid/invalid, so unfortunately I don't think the logs will tell you much about what is valid/invalid. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
>> When I am filling data into my form I have the "Save document" button
Did you enter all the form metadata?
>> disabled and in the down left corner of the pahge the two symbols >> meaning " >> Error on Form" and "Unsaved changes". >> All the fields are filled correctly (no data validation problem). >> Application name and form name have no spaces in the name. >> What can be wrong? Can anybody help? >> Is there any place where I can find a log or some description of >> the Error >> on Form...? > > You are saying that you don't have any indication of anything being > invalid in the form as shown on the screen, but the "Errors on Form" > indicator at the bottom left of the screen is shown. Is that right? > > To show/hide this indicator, we use the new events xxforms-valid and > xxforms-invalid dispatched on the instance (here: fr-form-instance) > when the whole instance becomes valid/invalid, so unfortunately I > don't think the logs will tell you much about what is valid/invalid. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Yes I payed special attention to the metadata.
Actually I dod some tests today and it looks that the problem comes from the presence of an control-update in a repeat section. I do not know details about Form Runner and how it handles repeats. Is any reference document available for Form Runner? A. Erik Bruchez schreef: >>> When I am filling data into my form I have the "Save document" button >>> disabled and in the down left corner of the pahge the two symbols >>> meaning " >>> Error on Form" and "Unsaved changes". >>> All the fields are filled correctly (no data validation problem). >>> Application name and form name have no spaces in the name. >>> What can be wrong? Can anybody help? >>> Is there any place where I can find a log or some description of the >>> Error >>> on Form...? >> >> You are saying that you don't have any indication of anything being >> invalid in the form as shown on the screen, but the "Errors on Form" >> indicator at the bottom left of the screen is shown. Is that right? >> >> To show/hide this indicator, we use the new events xxforms-valid and >> xxforms-invalid dispatched on the instance (here: fr-form-instance) >> when the whole instance becomes valid/invalid, so unfortunately I >> don't think the logs will tell you much about what is valid/invalid. > > Did you enter all the form metadata? > > -Erik > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Adrian,
On Tue, Jul 29, 2008 at 11:28 AM, Adrian Butnaru <[hidden email]> wrote: > Is any reference document available for Form Runner? Not yet. The bookcast example is using a repeat, so you can use that as an example (which you might have done already). And otherwise the code is your best reference at this point: see apps/fr/components/repeat.xsl which handles repeats in Form Runner. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |