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