State dependent lookfeel of HTML Elements

2001-09-07 Thread Roland Berger
. Since I'm quite new to JSP this might be a stupid question. If it is, plese answer anyway. Kind regards Roland Berger === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL

Re: Log out

2001-01-09 Thread Berger, Richard
I have had alot of fun with this area already If you are using JSP pages set the response headers within the JSP page - % response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache"); response.setHeader("Expires", "Sat, 01 Jan 2000 06:01:01 GMT"); % This is

Problem - try again

2000-12-11 Thread Berger, Richard
Hi I though I'd try this again as I'm still stuck. I am having a problem with forcing pages to expiry automatically and not to be cached. At the begining of each JSP I include the following code response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache");

Re: IllegalStateException

2000-12-05 Thread Berger, Richard
} } } // End -- /script Hope this helped T R Yogeeta -- From: Berger, Richard[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, November 30, 2000 6:16 PM To: [EMAIL PROTECT

JSP Expiry with IE5

2000-12-05 Thread Berger, Richard
eader("Expires", "Sat, 01 Jan 2000 06:00:01 GMT"); Date in past However, this is not being used and all pages are being cached under my IE5 browser. Expiry date is actually appearing as the date the page was accessed. I am us

IllegalStateException

2000-11-30 Thread Berger, Richard
Hi, I am getting an 'IllegalStateException : reset() failed - data has already been sent to client' from my servlet. It is caused generally when a user hits a menu option multiple times without waiting for any response. Is there any way avoiding this occurring or stopping multiple identical

Re: New Product

1999-06-09 Thread Will Berger
sage "help". === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message &

Jrun's errorpage/iserrorpage ?

1999-06-08 Thread Will Berger
examples. Any info would be much appreciated. Will -- Will Berger Premier Objects, LLC [EMAIL PROTECTED] www.premierobjects.com (678)377-9750 === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

livesoftware's JSP 1.0 beta extends attribute ?

1999-06-07 Thread Willi Berger
or if has not been completely implemented yet? Will -- Will Berger Premier Objects, LLC [EMAIL PROTECTED] www.premierobjects.com (678)377-9750 === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

Re: Migrating from ASP to JSP

1999-06-04 Thread Willi Berger
I have recently finished up a large project that uses ASP/com/mts/msqueue/java. I think the biggest problem with porting an ASP project to JSP would probably not be ASP related, but any COM objects that are being referenced in the ASP pages, may not port at all. Will Will Berger Premier