-
How to get all the document types through dfc
Hii all i am developing an application where i want all the document types through dfc.. i.e the document types that appears when we create a new document in webtop. How can I achieve this. Thanks
-
DoMethod: Failed to validate digital signature: null - How to fix?
Hi! I am operating two content server instances serving the same repository (both 6.7. SP1 Patch01). In the ServerApps.log I just found the following errors: Content-Server #1: ERROR [http-0.0.0.0-9080-1] com.documentum.mthdservlet.DoMethod - Failed to verify digital signature: No public key found for docbase MyDocbase…
-
How to get control of text field when text is entered
HI , I have a text field and dropdown on my jsp , when user enters text on this text field then dropdown filed on this pages should be visible , If the text field is left empty then the dropdown should not be invisible . How do i know text field value after user enters text . I use below but not able to . Is this right way…