The only menu component i know of is this one http://metamorphosis.krysalis.org/krysalis-menu
Hope it helps. Cheers Hugo On 19/01/06, ZedroS Schwart <[EMAIL PROTECTED]> wrote: > > Thanks for your answer. > > Is there nothing like Struts menu which provides so "tabbed menu" and > various "look & feel" as well? > > Since your answer, I've been looking for a "partial solution" : is there a > way to include some tags library like the one for Struts menu ? > > Thanks in advance ! > > Regards, > ZedroS > > On 1/19/06, Christian Haselbach <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > Quoting ZedroS Schwart <[EMAIL PROTECTED]>: > > > > > I'm quite new to Tapestry and I'm willing to do a menu (ie some titles > > which > > > link to some pages). > > > > > > Is there an "easyway" to do it with Tapestry (close from Struts Menu > for > > > example) ? > > > > The tapestry components that come with the framework should make > > this an easy task. > > > > If you want to take a list of menuitems and render corresponding > > links, loop through the list with the ForEach component and render > > the links (for example with the DirectLink or ExternalLink component). > > > > Regards, Christian > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >
