Jsp tutorial

1999-05-17 Thread Manomohan K Kalathil
Hi , Am new to the field . Would anyone direct me to a tutorial on jsp , it's architecture and how to use it ? Thanx l Mano. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signo

How do JSP compilers handle static HTML

1999-07-11 Thread Manomohan K Kalathil
Hi Am new to the JSP world ! Was trying to make a comparison of how different JSP implementations differ in the way static HTML is handled For example an implementation could buffer the static HTML using a series of out.println() s . Could people working on different implementations of the JSP spe

Bean Question ( once again ?)

1999-07-25 Thread Manomohan K Kalathil
Hi I am jsu trying to reduce my learning time . Can I do this in JSP 1.0 ... ... <% mybean.createMessage() %> ... .. Regards Mano. === To unsubscribe, send email to

Sessions in new windows ?

1999-08-16 Thread Manomohan K Kalathil
Hello I am having a problem which seems to be threatening the density of hair on my head . I have an application in which the user logs in and all details of the user is stored in an object , say , "UserData". This is stored into the session . Whenever a page is called , ie jsp ,

Re: Sessions in new windows ?

1999-08-18 Thread Manomohan K Kalathil
Yes I am using IE4 and I reaaly would wish that I could make it work on the IE4 as a majority of my clients will be users of IE4 The "Expires" "0" works perfectly with Netscape What bugs me more is that I tried a work around by having the link to a servlet and the servlet redirecting to a jsp . A