I have problem with binding edit box to form field. The problem is that field name contains dots. For example: some.field.nameThis causes some serious problems for default binding generator (drag and drop one). If I try to save xpage with edit box binded to such field error appears informing that id is wrong (probably dots are forbidden).
I have tried to bind this edit box manually but I dont know what exactly defines this binding:
-
edit box id
-
or EL expression
-
or maybe both (EL and id)
Maybe changing EL will help because default dominoDocument1.some.field.name will not work. Unfortunatelly I dont know where to search for some documentation that regards this topic (EL and data binding).
Any kind of help would be appreciated because simply changing names of fields on form is not an option.