Hi everyone. I’ve implement a code inside a html object (with javascript and html) for building a accordion menu and works great. But last week I updated
servoy to the new release and now is all mess up.
The components don’t have the ID and either the event. I don’t know why, but maybe you understand better than me this situation.
It’s not clear to me where you have that html and javascript.
Is it an NG web component? Are you using NG Client? Or Web Client?
Where do the components no longer have ID and event? (properties view, browser-side, …)
It’s possible that your HTML+javascript get automatically ‘sanitized’ in the latest version. See Security: Cross-site Scripting (XSS)
You might need to tell Servoy that you trust the contents of that form element as the above link describes: