[Xsltforms-support] does itext not work with select1?
Brought to you by:
alain-couthures
From: Kristian K. <kri...@ek...> - 2015-04-10 07:27:58
|
Hello! Before posting any code, I want to quicklyl ask: Does the itext functionality not work with the select1 element? I use translations in my xforms model. They are contained within the xf:itext element in the model and for outputting I use xf:output with xf:value="itext('localised-text-id')". Everything works fine elsewhere in my forms, all the localised text are outputted correctly. But the moment I try adding an xf:output element (that does work elsewhere) in a xf:label of a xf:select1 element, I get an error: XSLTForms Exception Error initializing : TypeError this.element is null If you can verify that itext *should work* with select1 elements, then I am happy to post you some code. I use XSLTForms.xsl created at 2012-10-09. Kind regards Kristian K |