Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Call out problem
darkwalker
I am trying to do this simple call out in a DCT (TeamSite 5.0.1 with Templating and WorkFlow ) form but after i added the listener to the button , the call out doesn't work , if the listener isn't there the call out works ( the button is showed ) . Can anyone help me ?
Find more posts tagged with
Comments
iwovGraduate
Please attatch your java callout code and error message you are getting. Its hard to suggest anything without it.
BTW, Why do you have to add a listener to the button ?
avdhut
Syntax for java callout is as follows:
<callout type="java-class" label="Button Label" class="package.ClassName" location="
http://my.webserver.com/location/myarchieve.jar"
/>
try this..