-
Error strComponentId is required
I have a component extending a propertysheetwizardcontainer_component, and I am also extending a PropertySheetWizardContainer in my behavior class. Now, when I am trying to launch my component it throws the error .... 11:00:22,228 ERROR [http-8080-4] com.documentum.web.common.Trace - Component: component_name, called with…
-
Webtop "ContainerIncludeTag can only be included within a Container" error
Dear all - i am running into this issue with the view action called from my component - In webtop i have a custom menu that is invoked after selecting multiple objects which will then get merged into a single pdf and a view action needs to be triggered so the document is displayed to the user. i created a container and a…
-
How to update an object in a process
Hi, guys, I need to do the following - I have a folder object, named DocumentF. On the folder edit page I have a button, that needs to calculate the document_number field according to some logic. I have created a stateless process, that recieves the id of the current folder object, but can't figure out how exactly to do…