On Wed, 16 Feb 2005 13:29:41 +0100, Peter Maas <[EMAIL PROTECTED]> wrote:
> what would be the best way to obtain a substring using taglibs and > struts... > > I now there is the fn taglib in jstl1.1 but we couldn't get it to work > on struts-el 1.2.4. AFAIK JSTL 1.1 is part of Servlet 2.4 specification, therefore it requires Servlet 2.4 compliant web container (and application). And if you are working on Servlet 2.4 application (it means your web.xml descriptor starts with 2.4 specific stuff), then you don't need struts-el taglib at all - EL expressions will be interpreted anywhere in your pages as well as in any tag attribute supporting real time expressions. If this explanation won't help, you can try String taglib from Jakarta :) Pavel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]