You can use the menuing component written by Scott Sayles and available at http://www.husted.com/about/struts In the action class you'll need to - load the items from the database and create the menu components. - put the menu in the menu repository Then in the jsp you'll be able to use the menu tags to display the menu. Jean-Noel ----- Original Message ----- From: Rakesh <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 5:30 PM Subject: hi How do I create Menu Items from my MySQL Database and add it onto struts jsp screen ?

