Title: Message
On most newer containers, you don't need to declare your tld file in your web.xml, you just need to use the appropriate URI in your taglib declaration:
 
<%@ taglib uri="http://struts-menu.sf.net/tag" prefix="menu" %>
 
The container will search all .jar files for META-INF/*.tld files to see if it finds a matching URI.  If this doesn't work for you, I can certainly break out the tld and make it a part of the distribution.
 
Matt
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Grassi Fabio
Sent: Tuesday, December 02, 2003 1:35 AM
To: [EMAIL PROTECTED]
Subject: R: [struts-menu] [ANNOUNCE] Struts Menu 2.0 Released!

 
Thanks, Matt! I installed and with the former application everything works fine so far. The only problem I had was not finding easily the TLD file in the binary distribution (and in the installation instruction, as far as I read).

Cheers, Fabio.

> -----Messaggio originale-----
> Da: Matt Raible [mailto:[EMAIL PROTECTED]
> Inviato: luned 1 dicembre 2003 12:06
> A: [EMAIL PROTECTED]
> Oggetto: [struts-menu] [ANNOUNCE] Struts Menu 2.0 Released!
>
>
> All,
>
> I finally found some time and was able to document and pump out the
> latest
> release of Struts Menu.
>
> This release is a significant refactoring of the 1.x codebase. The
> source
> and site is now built using Maven. Menus can now be defined using
> Velocity
> templates and support has been added for looking up dynamic values.
> This
> means that if you have ${variableName} in your menu-config.xml (in a
> link),
> the tag library will look in all scopes for a variable with the name
> "variableName". The example app has been updated to improve
> documentation.
>
> IMO, the Velocity templates is huge because it means "if it's possible
> with
> HTML" - it's possible with Struts Menu.
>
> Changes (http://struts-menu.sourceforge.net/changes-report.html):
>
> - Renamed package structure to net.sf.navigator.
> - Added support for using Struts' actions and forwards for links in
> menu-config.xml.
> - Added support for using dynamic variables in menu-config.xml.
> - Updated build process to use Maven for building/deploying.
> - Refactored to use Velocity and allow dynamic variable substitution.
>
> Read the nitty-gritty details about the Velocity enhancements at
> http://raibledesigns.com/wiki/Wiki.jsp?page=StrutsMenu.
>
> Demo: http://raibledesigns.com/struts-menu
> Download: http://tinyurl.com/x6p9
>
> Enjoy!
>
> Matt
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> struts-menu-user mailing list
> [EMAIL PROTECTED]
> https://lists.sf.net/lists/listinfo/struts-menu-user
>
Ai sensi della Legge 675/96, si precisa che le informazioni contenute in questo messaggio sono riservate ed a uso esclusivo del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, la preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a terzi, dandocene gentilmente comunicazione. Grazie.

This message, for the law 675/96 may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.

Reply via email to