select - Prevent Orbeon to encode dropdown values by position -


i want prevent orbeon encoding dropdown values (i.e. values of select options) position, since need use exact values on client-side via javascript.

e.g: options have values (150, 250, 350), rendered/encoded position (1,2,3) on front-end. have tried setting property in properties-local.xml:

<property     as="xs:boolean"     name="oxf.xforms.encrypt-item-values"     value="false"/> 

however, reason doesn't work. not sure if missing something. have idea reason , possible need set property somewhere else?

if matters, i'm using orbeon forms hybris commerce suite.

form runner overrides oxf.xforms.encrypt-item-values property, explains why has not effect in case.

if have few controls require this, should able set attribute xxf:encrypt-item-values="false" directly on xf:select1 control in form source.

this said, notice if using dropdown fr:dropdown-select1, attribute not forwarded properly. entered issue this.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -