problem to replace character \ with character / with the help of jakarta.apache.org/taglibs/string

2003-06-30 Thread Milut
Hello, all! I have a problem to replace character \ with character / with the help of jakarta.apache.org/taglibs/string. test.jsp --- %@ page language=java contentType=text/html; charset=windows-1251 % %@ taglib uri=http://jakarta.apache.org/taglibs/string-1.0; prefix=str % !-- not works --

RE: Utility tags.

2003-07-18 Thread Milut
Hi! --- I'm trying to do a tree using the nested tags and I'm having some issues. I've got a NodeBean (like the TreeBean in the monkey bean example) with the --- Please, can you comment me what NodeBean and TreeBean are? Where can I get additional information? From what project can I get these