Form builder - control names with namespace

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

Form builder - control names with namespace

Jarosław Kowalewski
Hello,
Is it possible to define control names via builder with namespace?
When I type e.g. myns:firstname builder reports error:
Name is already in use or incorrect

When I change control name via source code builder still works. I can change any parameter of such control. 

BR,
Jarek 

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/CAHFpwcUpz4VHA8Uo%3DPdXF_8sDWZV4HCcx5RMZzuwKBRgtqhMZw%40mail.gmail.com.
Reply | Threaded
Open this post in threaded view
|

Re: Form builder - control names with namespace

Alessandro  Vernet
Administrator
Hi Jarek,

It isn't. If you need your data to have namespaces, or a different structure
than the one Form Builder creates, you'll most likely want to transform it,
say with XSLT, when your end point receives it from a `send()`.

A while ago, we had implemented support in Form Builder for mapping controls
to nodes in your own XML document. (I'm not sure if that implementation also
supported namespaces.) But we found that it added a lot of complexity
throughout Form Builder, and created an additional concern for every new
feature, so we decided, at least for now, to stay with a simple
automatically generated data format. I hope this won't be too much of a
problem in your case.

‑Alex

-----
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
--
Sent from: http://discuss.orbeon.com/

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1562692830101-0.post%40n4.nabble.com.
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet