I have an adf application which I am preparing to port to Trinidad.
For the left hand vertical menus I used to use <af:menuList> and <af:commandMenuItem>. These generated <ul><li> items. After porting to Trinidad the list turned into a table. Is there any way to make <tr:navigationPane>, <tr:navigationLevel>, <tr:commandNavigationItem> produce <ul>, <li> instead of <table><tr><td>? Are these the correct trinidad components to create a simple vertical menu? Thanks Martin
