Ok this is a silly one and I'm just too close to it I think.
I have a View/Controller: header.htm/header.do and one View/Controller: admin.htm/admin.do
In my header I put a dropdownlist and I call header from inside my admin.do
<bsp:call url="header.do" comp_id="hd" />
But the DO_HANDLE_EVENT for header.do never activates when I select from the dropdownlist only DO_REQUEST, dispatch_input( ) never goes into DO_HANDLE_EVENT??
What am I doing wrong?
Hi Craig,
Not sure about the problem, but as far as I know DO_HANDLE_EVENT method is called, when an event occured from the relative view ( in header.htm), but calling on header.do, only DO_REQUEST method will be called, and not DO_HANDEL_EVENT. (I wounder if DO_HANDLE_DATA would be called in that case either).
Marek.
Add a comment