Skip to Content
0
Jun 27, 2009 at 10:33 AM

How to create an element in component controler

27 Views

Hi Experts,

I need to validate the data of a model node in component controler and add those validated records in other value node. For that I need to write a loop where in i can repeat the records for validation.

How can i create the element in the loop ? I tried with below code as we do in View controler , but ! this is not allowing in compoent controler. Is there any way to do this ?

IPrivateFinalTRAView.IFirstOutputElement FFM = wdContext.createFirstOutputElement();

Regards,

Suresh