Re: Bay or Glen, String Replace tag broken

2001-12-07 Thread bayard
I've fixed it by copying over a previous rewrite from Jakarta Commons where the code lives inside the util sub-project's StringUtils. Sadly that code is still in a sandbox and I'm hesitant to make String-taglib dependant on code that is still living in a sandbox. [Then I'll need to find out how

Re: Bay or Glen, String Replace tag broken

2001-12-07 Thread bayard
Doh :) Looks like a good call. Thanks Ben. Bay On Fri, 7 Dec 2001, Neuman, Ben J. , AFIS-HQ/IRM wrote: > Hi! > The String tag replace is broken. It looks like you need to change the > StringW class method: > > static public String replaceString(String text, String repl, String with, > int n) {

Bay or Glen, String Replace tag broken

2001-12-07 Thread Neuman, Ben J. , AFIS-HQ/IRM
Hi! The String tag replace is broken. It looks like you need to change the StringW class method: static public String replaceString(String text, String repl, String with, int n) { int idx = 0; while( (idx = text.indexOf(repl)) != -1) { text = text.substring(0,idx) + wi

RE: nullpointer exceptions when using DBTAGS !

2001-12-07 Thread Wim Bervoets
Hi, I solved this bug in DBTags and submitted into bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5258 Wim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: dinsdag 4 december 2001 15:36 > To: [EMAIL PROTECTED] > Subject: Re: nullpointer exc

Re: Antwort: xsl taglibs problem with anchor element

2001-12-07 Thread [EMAIL PROTECTED]
Ok, Tobias I got the problem. First I did not understand 'cause what I could see was exactly an ampersand instead of the ampersand character followed by "amp;" ! But now I do. Thanks Bye > Hi, > > try to replace the & with & in the link -> > mylink > > Regards -- Tobias >

Re: xsl taglibs problem with anchor element

2001-12-07 Thread [EMAIL PROTECTED]
Thank you very much, James!! I forgot to escape the ampersand character. Bye > You must escape & when working with XML. Try > > mylink > > James > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 05, 2001 7:41 AM >

Re: Antwort: xsl taglibs problem with anchor element

2001-12-07 Thread James Strachan
Use & instead of &. If you're mail reader cannot read the above properly and they both look like '&' then here's another attempt. Add the string "amp;" after all ampersand & characters in your URL. Learn the escaping rules in HTML & XML, special characters like < > & ' must be escaped. James -

Re: Antwort: xsl taglibs problem with anchor element

2001-12-07 Thread [EMAIL PROTECTED]
> Hi, > > try to replace the & with & in the link -> > mylink Sorry but I did not understand what I should modify, this is exactly what I've used and it doesn't work. Which character should I put instead of & and where? Thanks again > > Regards -- Tobias > > > > > "[

dbtags: ResultSet tag with CachedRowSet?

2001-12-07 Thread Thomas Noetzold
Hi, does anyone know of a way to use the ResultSet tag with a CachedRowSet? Thomas Noetzold -- To unsubscribe, e-mail: For additional commands, e-mail: