Calling the view component from custom component-setcomponentjump

prasan_13
prasan_13 Member
edited January 2, 2014 in Documentum #1

Hi,

I have a custom component( a pop up window with a view button) from where i want to call the "view" component.I used the setcomponentjump method in the custom component class

setComponentJump("view",args, this.m_actionContext);

The view component seems to be called fine but i just get a  jsp page with the selected document attributes like name,type,format etc and it stops there. I think its probably just displaying the default JSP for the view component (export.jsp). The view actually doesn't happen.

It looks like the view component has to be within the viewcontainer. Any ideas how i would call a component with a container.

Any help is greatly appreciated.

Tagged: