hi all,
i have a problem regarding calling a subcontroller on pushbutton event. Actually i want to display a tableview in tray through this subcontroller.
The content of tableview is coming according to my queries but the tray is not displaying.
In runtime error i find that error is <htmlb:tray> Class <htmlb:event>(cl_htmlb_content) was not found as BSP parent elemnt.
I am not able to figure out it completely as my scenario is very much similar to what has been given in ITMVC2 application.And there is not much
difference in key things.
Followings are code of view table.htm of my subcontroller table.do where i think problem lies.
<%@page language="abap" %>
<%@extension name="htmlb" prefix="htmlb" %>
<htmlb:tray id="detail" title="Employee details" design="form" width="100%" isCollapsed="false">
<htmlb:tableView id="tvX" width="100%" visibleRowCount="5" table="<%=model->emplist%>">
</htmlb:tableView>
</htmlb:tray>
Thanks for any suggestion and help.
Amit Kumar