using a xsl-created component within another component breaks lhha

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

using a xsl-created component within another component breaks lhha

Heinrich Götzger
Hoi,

we use components (inner) which shall work with lhha-binding which gets
created by xsl within another component (outer) with no lhha binding.

This looks like being the reason that error-summary is not recognizing
the violated constraints in the second (the inner, deeper) component.

Is it possible at all to get lhha working with this nested usage of
components and creating the inner by xsl, or would we need to find
another solution to get error-summary detecting violated constraints? Do
you have an example somewhere by chance?


Thanks a lot and kind regards

Heinrich

--
Before printing this e-mail, think about our environmental responsibility.

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

Re: using a xsl-created component within another component breaks lhha

Erik Bruchez
Administrator
Heinrich,

The best way to make sure labels etc. (LHHA) are taken into account is to use:

    xxbl:mode="binding value lhha"

See:

    http://doc.orbeon.com/xforms/xbl/tutorial.html#creating-a-single-node-binding

-Erik