The control Element Child of the setfocus Element

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

The control Element Child of the setfocus Element

victor panizza-2
Hi all!!!!
I wanna know if the control element child of the setfocus element is suported...

I been trying the follow:

<xforms:setfocus>
    <xforms:control value="@target"/>
</xforms:setfocus>

But the next error is thrown:
XForms error: Missing mandatory 'control' attribute on xforms:control element

what can I do to set the control value at runtime???



No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.

--
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: The control Element Child of the setfocus Element

Erik Bruchez
Administrator
Victor,

Orbeon Forms does not yet support XForms 1.1's xforms:control child
element. Instead, Orbeon Forms supports an attribute value templates
(AVT) in the control attribute. So you can write:

   <xforms:setfocus control="{@target}"/>

-Erik

victor panizza wrote:

> Hi all!!!!
> I wanna know if the control element child of the setfocus element is
> suported...
>
> I been trying the follow:
>
> <xforms:setfocus>
>     <xforms:control value="@target"/>
> </xforms:setfocus>
>
> But the next error is thrown:
> XForms error: Missing mandatory 'control' attribute on xforms:control
> element
>
> what can I do to set the control value at runtime???
--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws