Hi Folks,
i created an application with x-application 3.1.1 based on the Doctype /infosatz (with customer details) and everything is fine. Afterwards i added a second Doctype /bilder with images in the same collection /kundeninfo. Now i want to get the image dependend on a value in my customer-details-record.
the following example works:
/kundeninfo/infosatz/logo e.g. 4501.gif
/kundeninfo/bilder/4501.gif exists.
<td …><bdm:display select=“/infosatz/logo”></bdm:display>
But because of the hardcoded path to the tamino-database / Doctype this works only on my local pc. If i try to access the application from another pc the logo-image is not displayed (makes sense!).
But how can i join these two Doctypes without using hardcoded links.
These examples doesn’t work:
…
</bdm:display> …
…
</bdm:display> …
Do i have to modify any configurationfile ? I already modified web.xml by adding the following lines:
TAMINO_DOCTYPE1infosatz
TAMINO_DOCTYPE2bilder
But this seems not to be enough.
Any hint what i can do ?
Thanks in advance.
Dirk
--------------------------------
X-Application Version: 3.1.1
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3
JDK Version : 1.3.1
#Tamino#webMethods#API-Management