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]
