Hi all,
I have used the<b> wdr_select_options</b> for a view in my component. And i popup the window which contains the above view from a view which belongs to another component. For the first time everything works fine. But when i try to popup the window for the second time i am getting a dump stating problem is there with ADD_SELECTION_FIELD method. I debugged the code and i came to know that
code is trying to add a selection field which is already existing. So i tried to remove the selection screen item using wd_this->m_handler->remove_all_sel_screen_items( ) method during clean-up process before exiting from the window. Still i am getting new dump because all the removed screen elements are saved in a mt_removed_items table and the nodes mapped to those screen fields are getting deleted dynamically.
Please suggest me what to do to open a view which contains select options
more than once within a single session.
Thanks in Advance.
Regards.
Ashok