Good afternoon,
We have previously been using OPS-3.5.1 but never got the xforms-invalid call to work, in order to trigger a detailed error summary (http://www.orbeon.com/blog/2006/08/04/). We put this down to the Orbeon version, and recent upgraded to the latest stable build - 3.6.0. This installed fine and after some tweaks to xerces (for eXist) it started fully with no errors. We then copied our /resources from our previous version onto the new version - in order to have our forms. Restarted tomcat and loaded up a form, then invalidated it - but still no xforms-invalid event? I can see a xforms-submit, then an xforms-submit-error but no invalid Is this something we messed up when copying the resources directory over - if so what effects its use? Regards Chris Speare Tradocs.net |
Administrator
|
xforms-valid / xforms-invalid should definitely be dispatched when
controls become valid or invalid. How do you test for those events? Did you enable XForms logging to see what's happening? -Erik On Jul 18, 2008, at 6:30 AM, ChrisSpeare wrote: > > Good afternoon, > > We have previously been using OPS-3.5.1 but never got the xforms- > invalid > call to work, in order to trigger a detailed error summary ( > http://www.orbeon.com/blog/2006/08/04/ > http://www.orbeon.com/blog/2006/08/04/ ). > > We put this down to the Orbeon version, and recent upgraded to the > latest > stable build - 3.6.0. This installed fine and after some tweaks to > xerces > (for eXist) it started fully with no errors. We then copied our / > resources > from our previous version onto the new version - in order to have > our forms. > > Restarted tomcat and loaded up a form, then invalidated it - but > still no > xforms-invalid event? > > I can see a xforms-submit, then an xforms-submit-error but no invalid > > Is this something we messed up when copying the resources directory > over - > if so what effects its use? > > Regards > > Chris Speare > Tradocs.net > -- > View this message in context: http://www.nabble.com/xforms-invalid-not-sending-on-OPS-3.6.0-tp18407226p18407226.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com. 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 |
Erik,
Yes we enabled the logging under log4j and examined the resulting logs to see what we had dispatched. Could see the xforms-submit submission and the expected xforms-submit-error, however no trace of an xforms-invalid. What log settings would you recommend to find this event? Regards Chris Speare
|
Administrator
|
This must be uncommented:
<category name="org.orbeon.oxf.xforms.processor.XFormsServer"> <priority value="debug"/> </category> If you still don't see xforms-invalid, then I don't know what is wrong. -Erik On Jul 22, 2008, at 8:30 AM, ChrisSpeare wrote: > > Erik, > > Yes we enabled the logging under log4j and examined the resulting > logs to > see what we had dispatched. > > Could see the xforms-submit submission and the expected xforms- > submit-error, > however no trace of an xforms-invalid. > > What log settings would you recommend to find this event? > > Regards > > Chris Speare > > > Erik Bruchez wrote: >> >> xforms-valid / xforms-invalid should definitely be dispatched when >> controls become valid or invalid. >> >> How do you test for those events? >> >> Did you enable XForms logging to see what's happening? >> >> -Erik >> >> On Jul 18, 2008, at 6:30 AM, ChrisSpeare wrote: >> >>> >>> Good afternoon, >>> >>> We have previously been using OPS-3.5.1 but never got the xforms- >>> invalid >>> call to work, in order to trigger a detailed error summary ( >>> http://www.orbeon.com/blog/2006/08/04/ >>> http://www.orbeon.com/blog/2006/08/04/ ). >>> >>> We put this down to the Orbeon version, and recent upgraded to the >>> latest >>> stable build - 3.6.0. This installed fine and after some tweaks to >>> xerces >>> (for eXist) it started fully with no errors. We then copied our / >>> resources >>> from our previous version onto the new version - in order to have >>> our forms. >>> >>> Restarted tomcat and loaded up a form, then invalidated it - but >>> still no >>> xforms-invalid event? >>> >>> I can see a xforms-submit, then an xforms-submit-error but no >>> invalid >>> >>> Is this something we messed up when copying the resources directory >>> over - >>> if so what effects its use? >>> >>> Regards >>> >>> Chris Speare >>> Tradocs.net >>> -- >>> View this message in context: >>> http://www.nabble.com/xforms-invalid-not-sending-on-OPS-3.6.0-tp18407226p18407226.html >>> Sent from the ObjectWeb OPS - Users mailing list archive at >>> Nabble.com. >> >> -- >> 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 >> >> > > -- > View this message in context: http://www.nabble.com/xforms-invalid-not-sending-on-OPS-3.6.0-tp18407226p18592061.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.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 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 |
Free forum by Nabble | Edit this page |