You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wendy Smoak <ja...@wendysmoak.com> on 2005/05/21 00:51:19 UTC

JasperException: java.lang.String.replace

Tomcat 4.1 on HP-UX 11.11, Java version 1.5.0

I'm getting the following in the webapp's log file:

15:12:18,422 - ERROR org.apache.struts.taglib.tiles.InsertTag -
ServletException
 in '/WEB-INF/jsp/layout/vboxLayout.jsp': ServletException in
'/WEB-INF/jsp/prof
ile/profileGivingSummary.jsp':
java.lang.String.replace(Ljava/lang/String;Ljava/
lang/String;)Ljava/lang/String;
org.apache.jasper.JasperException: ServletException in
'/WEB-INF/jsp/profile/pro
fileGivingSummary.jsp':
java.lang.String.replace(Ljava/lang/String;Ljava/lang/St
ring;)Ljava/lang/String;

Which seems to say it doesn't like the 'replace' method being used on some
String in the code resulting from profileGivingSummary.jsp.  (It's mostly
JSTL that displays a collection of beans.  It does use <fmt> which I
initially assumed is where the 'replace' was coming from.)  However...

# ll profileGivingSummary_jsp.java
-rw-rw----   1 www        other        63426 May 20 15:11
profileGivingSummary_jsp.java
# grep replace profileGivingSummary_jsp.java
#

There are no instances of 'replace' in the JSP.  So WHAT is it complaining
about?!

Thanks for any ideas, I swear this worked yesterday...
-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org