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)
Calling 2 java files.
Meena25
Hi,
I would like to know how to call two java files in one component. Should I use two tag for this?
Thanks.
Find more posts tagged with
Comments
Ram_IWOV
Hi Meena,
Using Prefix you can call 2 java class in your component.Prefix, just like an External, can return an XML document that gets appended to the Result section of the XML of that component.
Regards,
Ram
peterreyan
Hi
Could you please share the syntax of calling two java code in a component as well as how the response will come up ?
Kind Regards
Rick Poulin
RTM: SitePublisher dev guide, chapter 4 (for TS72). Just search for "<prefix" in the PDF.
The output gets included in the XML datasource under the <Result> tag, along with your "main" external. Just try it out and use the component preview to see what comes out.
Meena25
Thank You. I will try this.