Do you have the tag libraries properly described in the web.xml file?
/\/\ark >From: "Abbas Valinejad" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Taglib problems >Date: Thu, 09 May 2002 10:48:15 +0330 > >hi dear freainds >I want to use struts taglibs but none of taglibs didn't work. i think the >problem is because of my XMLParser. >I use struts custom tags in another machine which is configured properly. >i do the following tasks to use custom tags while i am using JAXP but >they didn't work. >1. i set JAXP-HOME environment variable to the correct directory address >of my XMLParser (JAXP) >2. copy the jar files in JAVA_HOME/jre/lib/ext >3. copy the jar files in my JSP container lib director TOMCAT_HOME/lib > >but the corret code didn't work. > >the code: > > ><%@ page language="java" %> ><%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> ><bean:message key="hello.message" /> > > >the .properties file: >hello.message=Hello Struts Users > > >thanks alot > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

