Is there a built-in way to print (perhaps at the
bottom of the form or smth similar) debug messages while xforms actions are
performed?
For instance, if I'm in a loo:
<xforms:action while="...">
log a debug message from here.
</xforms:action>.
Thanks,
JL
-- 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
|
Nothing on the client, but on the server you can use xforms:message.
See the extensions here: http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-message -Erik On Apr 24, 2008, at 1:23 PM, Jean Luc wrote: > Is there a built-in way to print (perhaps at the bottom of the form > or smth similar) debug messages while xforms actions are performed? > > For instance, if I'm in a loo: > > <xforms:action while="..."> > log a debug message from here. > </xforms:action>. > > > Thanks, > JL > > -- > 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 |
BTW, is this documentation updated with things added to the Orbeon
functionality? This morning, while reviewing it again for another reason I discovered something that just the right thing I needed (the origin attribute of an insert action). This made me wonder whether there aren't any other goodies that I'm not aware of, added in the recent months or covered by those TODOs in the existing doc. Thanks, JL ----- Original Message ----- From: "Erik Bruchez" <[hidden email]> To: <[hidden email]> Sent: Thursday, April 24, 2008 9:56 PM Subject: [ops-users] Re: outputting debug messages from the client side? > Nothing on the client, but on the server you can use xforms:message. > See the extensions here: > > http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-message > > -Erik > > On Apr 24, 2008, at 1:23 PM, Jean Luc wrote: > >> Is there a built-in way to print (perhaps at the bottom of the form >> or smth similar) debug messages while xforms actions are performed? >> >> For instance, if I'm in a loo: >> >> <xforms:action while="..."> >> log a debug message from here. >> </xforms:action>. >> >> >> Thanks, >> JL >> >> -- >> 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 > -- 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
|
We *try* to update the doc when we add new features, but that won't
tell you easily what has changed recently. We regularly update the online docs as well from CVS. One way to figure things out is to follow the list of changes: http://www.orbeon.com/ops/doc/home-changes-37#changes-37-full These reflect closed bugs/RFEs, and we try to always enter bugs/RFEs when we make notable changes to the code. -Erik On Apr 25, 2008, at 6:29 AM, Jean Luc wrote: > BTW, is this documentation updated with things added to the Orbeon > functionality? This morning, while reviewing it again for another > reason I discovered something that just the right thing I needed > (the origin attribute of an insert action). This made me wonder > whether there aren't any other goodies that I'm not aware of, added > in the recent months or covered by those TODOs in the existing doc. > > Thanks, > JL > > ----- Original Message ----- From: "Erik Bruchez" > <[hidden email]> > To: <[hidden email]> > Sent: Thursday, April 24, 2008 9:56 PM > Subject: [ops-users] Re: outputting debug messages from the client > side? > > >> Nothing on the client, but on the server you can use xforms:message. >> See the extensions here: >> >> http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-message >> >> -Erik >> >> On Apr 24, 2008, at 1:23 PM, Jean Luc wrote: >> >>> Is there a built-in way to print (perhaps at the bottom of the form >>> or smth similar) debug messages while xforms actions are performed? >>> >>> For instance, if I'm in a loo: >>> >>> <xforms:action while="..."> >>> log a debug message from here. >>> </xforms:action>. >>> >>> >>> Thanks, >>> JL >>> >>> -- >>> 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 > > > -- > 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 |