I got the same error. I did a little hacking around and determined that the
mystery object that crashes when it gets cast to a String is
TagData.REQUEST_TIME_VALUE
>From TagData.java:
/**
* Distinguished value for an attribute to indicate its value
* is a request-time expression w
Weird thing at (probably a tomcat error - I use
tomcat 3.2.1 with the IBM jdk 1.3 on linux):
Here is a sample JSP (copied from the "Bean User Guide"):
--
<%@page language="java" contentType="text/html;charset=ISO-8859-1"%>
<%@ taglib uri='/WEB-INF/struts-bean.tld' prefix='bean' %>