problem seeing tag handler changes

2001-11-10 Thread uoxton
Hello, I'm having this really annoying problem that ends up multiplying my debugging time by 5... when updating custom tag handlers, for some reason I have to restart tomcat (vs 4) to be able to see the changes made, even though I do recompile both the tag handler and the jsp page using the

Re: problem seeing tag handler changes

2001-11-10 Thread uoxton
just to make things clearer, I have this problem after the first change/recompile of the tag handlers. when the jsp recompiles, the first change appears fine, but then the subsequent ones are ignored On Saturday, November 10, 2001, at 10:10 PM, uoxton wrote: Hello, I'm having this really

Re: 404 error tracking please help me

2001-11-10 Thread SriHari
Title: 404 error tracking please help me Hi Check Syntax error request.getHeader("Referrer") correct syntax is request.getHeader("referer""); could you specify Howyou configured 400 error tracking and where did u placed the 404.jsp file Best Regards Srihari -Original

Re: jump to next jsp page, how?

2001-11-10 Thread I Wayan Saryada
ResultSet rs = SQLStatement.executeQuery(Query); if(rs.next()) { response.sendRedirect(welcome.jsp) //forward to welcome.jsp show me the syntax here, thanks! } -Wayan- -Original Message- From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent:

How to use cookie store form data?

2001-11-10 Thread Miao, Franco CAWS:EX
How to use cookie store form data? I would like to use cookie store user ID and password, then run SQL statement in a Jsp with those variable stored in cookie. Franco === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: XML and Java

2001-11-10 Thread Dmitry Namiot
You may parse some string with XSL data too. See for example XSL taglib on http://www.servletsuite.com/jsp.htm You may use file (URL) or string value as an input parameter -- Hi all, I read an interesting article on using XML instead of JSPs for presentation

Re: replaceAll Source Code

2001-11-10 Thread Dmitry Namiot
See String taglib from Coldtags suite: http://www.servletsuite.com/servlets/strtag.htm --- We (and our clients) are running JDK 1.3. JDK 1.4 add a very use function replaceAll which replaces substrings. -- Coldbeans Software - server-side Java (tm) components

Re: How to use cookie store form data?

2001-11-10 Thread Brad Rhoads
HTH -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Miao, Franco CAWS:EX Sent: Saturday, November 10, 2001 4:20 AM To: [EMAIL PROTECTED] Subject: How to use cookie store form data? How to use