Hi,
I'm trying to make a widget that replaces an element of the template with it's value. I'm going insane trying to select the element with XPath. And inspecting the accordion element in btl for the label property I still don't get how to do it.
I've got something like this:
I've tried every XPath expression I could think of, but I get null everytime. The only thing that works is //*
"//span[@name='name']" doesn't work
"//span[0]" doesn't work
<d:mapper type="text/javascript">
<