Actually, it was I who suggested it.  Replace:

<%@ taglib URI="WEB-INF/struts-bean" prefix="bean">
<%@ taglib URI="WEB-INF/struts-html" prefix="bean">

with

<%@ taglib URI="WEB-INF/struts-bean.tld" prefix="bean">
<%@ taglib URI="WEB-INF/struts-html.tld" prefix="bean">


Also,
  Make sure the TLD file is in your WEB-INF directory of your application.
Or at least make sure the TLD files  are located in the same place as
referenced by your URI tag.

On 6/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

David, I did not understand what you meant by "Try placing the file
extension on your URI of your taglib tag."


Carrie Latimer
Florida's Turnpike Enterprise
Tolls Data Center
Main 561.488.5361
SC 247.5361
Fax 561.470.6615
Mobile: 561.239.6189
Nextel: 158*763*109
[EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Marc Farrow

Reply via email to