RE: JSP 2.0 and JSTL EL

2007-05-01 Thread Dick Weisinger
Yes.  After downloading those files, it seems to be working for me now.
Thanks!

-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 30, 2007 6:06 PM
To: Tag Libraries Users List
Subject: Re: JSP 2.0 and JSTL EL

So it appears that the standard.jar you have may be either corrupt or
doesn't have the class file.

Just to make it easier, the JSTL 1.1.2 zip was obtained from here:
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi

Within the jstl.jar and standard.jar are within the zip, they need to
be copied separately.

-Regards
Rashmi

On 4/30/07, Rashmi Rubdi [EMAIL PROTECTED] wrote:
 The standard.jar file I have is for JSTL 1.1.2 , and it contains this
class
 org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
within it.

 Dick Weisinger [EMAIL PROTECTED] wrote:
 But it continues to have a problem.  Spring says that it found the JSP
2.0
 ExpressionEvaluator, but it can't find:
   org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager
  I see this method in the JSTL version 1.0 standard.jar file, but not in
the
  version 1.1 file.

 -Regards
 Rashmi


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mailer-taglib v1.1 error when changing database

2007-05-01 Thread Rashmi Rubdi

Hi Philip,

I haven't worked with the mailer-taglib, but I'm familiar with other
taglibs and some basic concepts of taglibs and also the specific error
you are getting, I'm not sure if I can help but I'll try.

It would be useful for us to see relevant snippets of code that causes
this error, in order to diagnose the problem.

Please post the section between
mt:send

/mt:send

and also post any other code that you think is relevant.

According to the documentation
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/StringIndexOutOfBoundsException.html
this error java.lang.StringIndexOutOfBoundsException: String index out
of range: -1 is caused when . indicate that an index is either
negative or greater than the size of the string.

And the above error is occurring when the substring method is invoked
on something in
org.apache.taglibs.mailer.SendTag.doStartTag(SendTag.java:265)

Looking at line 265 of SendTag.java would give additional clues.

-Regards
Rashmi

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]