# Application Express (html db) Breadcrumbs

Here is a little bug (in 2.0 anyway).  
  
Create a breadcrumb, b1. Create a child, b1\_1. Delete the page associated with b1. The child still exists, but there is no way to edit it or delete it.  
  
Solution:  
select to\_char(id), \* from flows\_02000.wwv\_menu\_options  
where flow\_id =  
  
find the option that you want to edit. Copy the id.  
  
Edit a different menu option, you'll see a link like the one below:  
htmldb/f?p=4000:290:::NO:290:F4000\_P290\_ID:6009524130400412  
  
change the final number to the id you copied.  
  
Voila! Now you can edit your menu option and give it a new parent.  
  
Hope this helps someone.
