Re: difference between request.setParameter and session.putValue? ???? - but they achieve the same effect--dont they?

1999-10-09 Thread Kevin Jones
Title: RE: difference between request.setParameter and session.putValue? - but they achieve the same effect--dont they? No,   sessions are longer lived than requests. 'Requests' last for the lifetime of this HTTP request, Sessions last for the lifetime of this users 'session' which may enc

Re: JSP debugging

1999-10-09 Thread Magnús Þór Torfason
Nope, it is from a class we wrote for errorhandling neatly formatted as a string. This method is inspired by the cos (com.oreilly.servlet) package. package is.degree.dw3; import is.degree.dw3.DwString; import java.io.ByteArrayOutputStream; import java.io.PrintWriter; public class ErrorHandlin