conditional event handling

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

conditional event handling

ozenzin
I can swear I saw something like (x)xforms:if mentioned within submission or action, but cannot find anything in the current OF examples. Is it deprecated now or I have indeed mistaken? Is there a possibility to branch events handling depending on data content/value?

Thank you,
Oleg



--
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
Reply | Threaded
Open this post in threaded view
|

RE: conditional event handling

Ryan Puddephatt
Oleg,
        What is it you are looking to do?

Ryan

Ryan Puddephatt
Software Engineer

Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP

e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108

 

>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 25 November 2006 19:09
>To: [hidden email]
>Subject: [ops-users] conditional event handling
>
>I can swear I saw something like (x)xforms:if mentioned within
>submission or action, but cannot find anything in the current
>OF examples. Is it deprecated now or I have indeed mistaken?
>Is there a possibility to branch events handling depending on
>data content/value?
>
>Thank you,
>Oleg
>
>



--
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
Reply | Threaded
Open this post in threaded view
|

Re: conditional event handling

Erik Bruchez
Administrator
In reply to this post by ozenzin
Oleg,

 > I can swear I saw something like (x)xforms:if mentioned within
 > submission or action, but cannot find anything in the current OF
 > examples. Is it deprecated now or I have indeed mistaken? Is there a
 > possibility to branch events handling depending on data
 > content/value?

Yes. We support the XForms 1.1 @if and @while attributes on actions,
see:

   http://www.w3.org/TR/xforms11/#conditional-actions

Back with OPS 2.8, with the XForms Classic engine, we had xxforms:if
and xxforms:choose constructs that were not conditions on actions but
on groups of controls, but those never made it to XForms NG, as they
are redundant with constructs such as:

   <xforms:group ref=".[this is a condition]">

-Erik

--
Orbeon Forms - XForms Everywhere
http://www.orbeon.com/blog/




--
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