Hi,
Today, I have successfully managed to apply server side validation to my XPage. I switched off the database client-side check, added the ‘display error’ control next to the field and set the field value.
Now, I am using a picklist which comes from the popular examples around the blogs as the moment where I pick a value on a dojo popup and ‘ReplaceItemValue’ to set the field in the XPage.
However, this ONLY works when all of my fields requiring import are populated. If any are not filled in then the picklist does not return anything.
Apart from a partial refresh, I cannot see where the ‘submit’ is happening to cause this to fail.
Could somebody advise?
Thanks
Ian