Hi Experts,
I have made a mvc application,in which i have 2 controllers.In controller1 i have captured the values in an internal table which i have declared as global(ie in application class).
But when i acccess the same internal table in controller2,it gives me an error while executing.
<htmlb:tableView id = "tbview001"
table = "<%=zclass_vaish=>it_air%>"
visibleRowCount="10">
<htmlb:tableViewColumns>
Error:
Format error in specified object reference. It should be: index<class>.
Plz suggest sumthng.....