Skip to Content
0
Former Member
Sep 08, 2007 at 04:24 PM

Dump in Select Options while opening the same view for the second time..

26 Views

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