Greetings,
I have a submit button that I want to use to check validation of a RichText control on my xpage. I am trying to create this in the onclick client tab but I can’t seem to get the value of the control. I have tried using something similar to this XSP.getElementById(“#{id:itemRichtext}”) but that didn’t work. I also tried document.getItemValue(“itemRichtext”)but that always comes back Null even if I type something in the control.