Hi All,
We have a form built from form-builder, on which we want to show buttons
based on a condition in fr-mode view.
But this does not work in "view-mode", as soon as we put the ref=.[XPATH]
the button is not displayed at all even though the XPath is true()
<xh:body>
<fr:view>
<fr:body>
<fr:buttons>
<fr:pdf-button/>
<fr:apply-button ref=".[true()]"/>
</fr:buttons>
</fr:view>
</xh:body>
The apply button is not rendered at all in view mode, if we render the same
form in "edit" mode the button works fine i.e. based on the ref Xpath
condition being true or false.
Any pointers on how to fix this would be really helpful ?
Thanks,
Balvinder
--
View this message in context:
http://discuss.orbeon.com/Problem-with-ref-on-buttons-on-fr-mode-view-tp4660784.html
Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com.