Hi there,
I have a form, which uses xml schema for validation. The Form is very complex. So I thought, it would be nice, if user could save the form without completing it and use it later again. Mh.. but thats the problem. I can't submit the form, until user finished it, cause validation is invalide. I have no idea how to solve that? 1. Can I disable validation for one submission? 2. Is there another way? thanks clemens -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
XForms 1.1 introduces a 'validate' attribute on the xforms:submission
element (http://www.w3.org/TR/xforms11/#attrib-submit-validate): I believe OPS supports this. [hidden email] wrote: > Hi there, > > I have a form, which uses xml schema for validation. The Form is very complex. So I thought, it would be nice, if user could save the form without completing it and use it later again. Mh.. but thats the problem. I can't submit the form, until user finished it, cause validation is invalide. > I have no idea how to solve that? > > 1. Can I disable validation for one submission? > 2. Is there another way? > > thanks > clemens > > > ------------------------------------------------------------------------ > > > -- > 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 > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi Adrian,
thanks for reply! :-) I tried the 'validate' attribute on submission, but its not working. I am using the last official release of ops 3.0.1. Maybe its working in last cvs version. Have you, or can you check that? If there is no support, what else could I do? Any other ideas? thanks clemens Adrian Baker schrieb: > XForms 1.1 introduces a 'validate' attribute on the xforms:submission > element (http://www.w3.org/TR/xforms11/#attrib-submit-validate): I > believe OPS supports this. > > > [hidden email] wrote: >> Hi there, >> >> I have a form, which uses xml schema for validation. The Form is very >> complex. So I thought, it would be nice, if user could save the form >> without completing it and use it later again. Mh.. but thats the >> problem. I can't submit the form, until user finished it, cause >> validation is invalide. >> I have no idea how to solve that? >> 1. Can I disable validation for one submission? >> 2. Is there another way? >> >> thanks clemens >> >> >> ------------------------------------------------------------------------ >> >> >> -- >> 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 >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws >> > > > ------------------------------------------------------------------------ > > > -- > 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 > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 10.03.2006 > -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
I tried cvs version. Its working!
Thanks for help! Clemens Harder schrieb: > Hi Adrian, > > thanks for reply! :-) I tried the 'validate' attribute on > submission, but its not working. I am using the last official release > of ops 3.0.1. Maybe its working in last cvs version. Have you, or can > you check that? > If there is no support, what else could I do? > Any other ideas? > > thanks > clemens > > Adrian Baker schrieb: >> XForms 1.1 introduces a 'validate' attribute on the xforms:submission >> element (http://www.w3.org/TR/xforms11/#attrib-submit-validate): I >> believe OPS supports this. >> >> >> [hidden email] wrote: >>> Hi there, >>> >>> I have a form, which uses xml schema for validation. The Form is >>> very complex. So I thought, it would be nice, if user could save the >>> form without completing it and use it later again. Mh.. but thats >>> the problem. I can't submit the form, until user finished it, cause >>> validation is invalide. >>> I have no idea how to solve that? >>> 1. Can I disable validation for one submission? >>> 2. Is there another way? >>> >>> thanks clemens >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> >>> -- >>> 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 >>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws >>> >> >> >> ------------------------------------------------------------------------ >> >> >> -- >> 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 >> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws >> >> ------------------------------------------------------------------------ >> >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: >> 10.03.2006 >> > > > ------------------------------------------------------------------------ > > > -- > 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 > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 10.03.2006 > -- 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 ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |