Skip to Content
0
Former Member
Jan 02, 2008 at 07:27 AM

getting bind error in custom controller

16 Views

I have a RFC to get the output values in my front end in value help without input.i iterate the node in view using for loop to get the output.

In wdoInit() of custom controller i have written the following code

try

{

//salesInput=new Z_Sor_Type_Input();

//wdContext.nodeZ_Sor_Type_Input().bind(salesInput);

salesInput1=new Z_Sor_Type_Input();

wdContext.nodeZ_Sor_Type_Input().bind(salesInput1);

wdContext.currentZ_Sor_Type_InputElement().modelObject().execute();

wdContext.nodeOutput_salesform1().invalidate();

}

catch(Exception e)

{

e.printStackTrace();

}

bind(salesInput1) shows compilation error.