Hi Klas, thanks for replying.
Sorry if I wasn't clear. What I meant was that if I had this menu structure:
-item-1
--sub-item-1a
--sub-item-1b
--sub-item-1c
-item-2
-item-3
And each Sub Item is a single article, then I'd like to have "Item 1" page display a list of preview boxes for each Sub Item. I have managed to get the list to display each item that exactly matches a menu item, but not all the Sub Items that have "Item 1" as their menu parent..
With Drupal I am able to use Contextual Arguments to match parts of the url which would do the job here. As the JForm Menu Item field does not appear to allow depth or hierarchy I can't see a way of achieving what I want, without making more fields as you suggest, which means users have to set the menu twice and if things moved you've got to go back and edit the article as well.
Also I wanted to make one list and use it on different pages to save time.