I am currently working on a page that before save displays a dropdown listbox. Once the page is saved the list box is replaced with uneditable text. When I run the page after the save I get an error relating to the listbox, that is no longer created.
Is there a way for me to check to see if the listbox exists, created, etc.. on page load, so that it doesn't run through code to use the listbox.
I thought there was an exist function for items such as listboxes. The only exist I can find is for filesystem.objects.
Once again any help is appreciated.
Is there a way for me to check to see if the listbox exists, created, etc.. on page load, so that it doesn't run through code to use the listbox.
I thought there was an exist function for items such as listboxes. The only exist I can find is for filesystem.objects.
Once again any help is appreciated.