Does anyone know how to set up inline text editing for a relator? When setting up the inline editing tag, I tried the following:
<templating:textInlineEdit oid="${[relator-item].system.id}" attributexmlname="[my-attribute]">
But it returns an error. Apparently the bean for each item in a relator (as well as the relator itself) has no system properties. How, then, can I pull the VgnId for the relator item to populate the oid?