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)
Access templates via a new JSP GUI
abhishek_gupta
Hi,
Suppose i need to access the Templates which ive created via a new layer which i develop in JSP. Can that be done??
Regards
Abhi
Find more posts tagged with
Comments
tvaughan
Do you mean you want to take an existing datacapture.cfg file and render that as a JSP form? Or do you want to encapsulate a TeamSite template in a custom JSP page?
--> If you want to do either of these things, you're going to need to get at the internals of the TeamSite server, which won't be easy. For example, a TeamSite template is displayed in response to a user clicking "File --> New Data Record." Intercepting that call and wrapping the rendered template in your JSP isn't something any of us non-Interwoven folk know how to do, and it isn't something that any Interwoven folks would be quick to show. Even if you got your JSP to wrap around the DCT, you're going to have a **** of a time getting the DCT to behave correctly.
Or do you mean you want to take an existing data catpure record (DCR) and extract the data for display via a JSP?
--> This is a lot easier, and should be a straightfoward matter of using some DOM / XML Parser to get at the info
Tom
NewOutfile_20120606_141025.pdf
abhishek_gupta
Yup, I want to write a jsp page which accesses my datacapture.cfg and displays it in a customised look and feel which I want. For example there would be jsp pages to do all the templating stuff which we do via the teamsite GUI. So in turn its eliminating the teamsite gui and making my own gui which accesses the dcts, dcrs and pts of teamsite.
Thought that there cud be some API's via which we could access. Any idea..?
PageBreak.pdf
PageBreak.zip