You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rakesh <ay...@india.com> on 2001/04/26 17:30:57 UTC

hi

How do I create Menu Items from my MySQL Database and add it onto struts jsp screen ?

Re: hi

Posted by Jean-Noel Ribette <je...@improve.fr>.
You can specifiy the link and the image of an item with the MenuComponent class.

Jean-Noel

----- Original Message ----- 
From: Rakesh <ay...@india.com>
To: <st...@jakarta.apache.org>
Sent: Thursday, April 26, 2001 6:04 PM
Subject: Re: hi


> But what about the 'links' and the 'images'?
> 
> 
>  Rakesh Ayilliath
> (Software Engineer)
> 
> Synergy IT Innovations Pvt Ltd,
> #196, 1st Floor, 9th Cross,
> HMT Layout, RT Nagar
> Bangalore 560032
> 
> ayilliath@india.com
> www.ayilliath.8m.com
> ----- Original Message -----
> From: "Jean-Noel Ribette" <je...@improve.fr>
> To: <st...@jakarta.apache.org>; "Rakesh" <ay...@india.com>
> Sent: Thursday, April 26, 2001 9:18 PM
> Subject: Re: hi
> 
> 
> > 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 <ay...@india.com>
> > To: <st...@jakarta.apache.org>
> > 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 ?
> >
> >
> >
> 


Re: hi

Posted by Rakesh <ay...@india.com>.
But what about the 'links' and the 'images'?


 Rakesh Ayilliath
(Software Engineer)

Synergy IT Innovations Pvt Ltd,
#196, 1st Floor, 9th Cross,
HMT Layout, RT Nagar
Bangalore 560032

ayilliath@india.com
www.ayilliath.8m.com
----- Original Message -----
From: "Jean-Noel Ribette" <je...@improve.fr>
To: <st...@jakarta.apache.org>; "Rakesh" <ay...@india.com>
Sent: Thursday, April 26, 2001 9:18 PM
Subject: Re: hi


> 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 <ay...@india.com>
> To: <st...@jakarta.apache.org>
> 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 ?
>
>
>

Re: hi

Posted by Jean-Noel Ribette <je...@improve.fr>.
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 <ay...@india.com>
To: <st...@jakarta.apache.org>
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 ?