Re: string upperCase tag

2002-04-05 Thread Henri Yandell
Commited to cvs. Should go into tonights nightly build. Hen -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: string upperCase tag

2002-04-05 Thread Henri Yandell
Thanks, just realised this while looking at Geary's book. He has a nice Table 2-1 which explains this :) Changing to EVAL_PAGE. I believe the reason for it is that initially I had a doStartTag before I realised that wouldn't work right. JSP Crapness on my side :( Will cvs commit asap. Hen On F

Re: string upperCase tag

2002-04-05 Thread Shawn Bayern
On Fri, 5 Apr 2002, Henri Yandell wrote: > Ack. This would be utterly my fault. Don't worry - it's a common thing to do! And it's also easy to miss, since Tomcat's generated code happens to be more lenient with this particular error than some other containers'. > I assume that it is the second

Re: string upperCase tag

2002-04-05 Thread Henri Yandell
Ack. This would be utterly my fault. I assume that it is the second SKIP_BODY which is the bad one and not the first one Shawn? Will fix asap [on EST so work may stop me getting it in before I get home, it should be fixed in time for the nightly build]. Sorry Andrea, Hen On Fri, 5 Apr 2002, S

Re: string upperCase tag

2002-04-05 Thread Shawn Bayern
I took a quick look, and this particular bug is in the String taglib, in the org.apache.taglibs.string.AbstractStringTag.doEndTag() method; it is illegally returning SKIP_BODY. Andrea, I suggest you file a bug report in Bugzilla with the full stack trace. -- Shawn Bayern Author, "JSP Standard T

string upperCase tag

2002-04-05 Thread Andrea Grittini
Hello all, I'm using String tag libraries (built 4 april) togheter with JSTL to perform an uppercase of a formatted date string, like in this example: The result is that after formatting my date in the web page appear an exception as follow: ( I got the same error when formatting a string