I cannot seem to be able to get the java-callout example to work with extended attribute capturing or data records for that matter.
I have created the ViewURLCallout class in the correct package and everything compiles okay.
I have added the following to my datacapture.cfg in the teamsite-home/local/conf directory:
<item name="ViewURLCallout">
<database data-type="VARCHAR(40)"/>
<text size="10">
<callout type="java-class" label="View URL"
location="
http://localhost/iw/java-callout-api/examples/"
class="com.interwoven.dc100.api.java.ViewURLCallout">
<param name="URL" value="
http://www.cnn.com" />
<param name="height" value="400" />
<param name="width" value="300" />
</callout>
</text>
</item>
However, when I try to set metadata on a selected document, the metadata capture screen does not create the callout button. No errors are reported, the callout is just ignored.
Any help would be appreciated.
Thank you.