Skip to Content
0
Apr 16, 2009 at 09:50 AM

Sub controller problem

26 Views

Hello Guys,

I have created one e.g. using MVC and i have called three sub-controller using <bsp:call>

tag in main controller's view. I have some input fields in 1st sub-controller's view. I wanted to read this value in

1st sub controller's DO_HANDLE_DATA method.

But unfortunately Control of program is not going in DO_HANDLE_DATA of 1st sub controller's and its only Going to DO_REQUEST of sub-controllers.Even I have mentioned DISPATCH_INPUT() in DO_REQUEST method of Main controller.

Please Help me out.

Thanks in Adavanced.

Vinay