lAlternately,
you can place all the menu item information into a text file and specify
the path to this file as the menuItemsFile
parameter
–Uses
the same curly brace format, only the information is in a file
rather than a string passed via a parameter
–Useful for large menus
–If menuItemsFile
is specified, the menuItems parameter is ignored
lExample
<param name=“menuItemsFile”
value=“../menus/itemFile1.txt”>