Re: Calling a Java method from onclick event

2000-07-19 Thread Chris Ernenwein
In ASP, you can do "remote scripting" where a client-side javascript function calls a server-side function and get values returned. I believe this was done thru a Java-app. And it did not refresh or re-submit the page, the returned value coule be put in a div.innerHtml tag. Does any JSP

Re: how to force iplanet to recompile a jsp

2000-06-29 Thread Chris Ernenwein
What OS ore you using? Chris E -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of phil bartholo Sent: Thursday, June 29, 2000 10:29 AM To: [EMAIL PROTECTED] Subject: how to force iplanet to recompile a jsp

Re: Sessions/Cookies do not work in IE5!!!!!!

2000-06-28 Thread Chris Ernenwein
you are right. We could not get it to work with IE either. Chris E -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Corey A. Johnson Sent: Wednesday, June 28, 2000 12:39 PM To: [EMAIL PROTECTED] Subject:

Re: Sessions/Cookies do not work in IE5!!!!!!

2000-06-28 Thread Chris Ernenwein
if this is not fixable. Do you want me to relay anything i find out? Cj Chris Ernenwein wrote: you are right. We could not get it to work with IE either. Chris E -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

Re: If condition in jsp

2000-06-12 Thread Chris Ernenwein
try if (request.getParameter("cid") != null) { // blah blah } -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kuklani Mahesh Sent: Monday, June 12, 2000 10:37 AM To: [EMAIL PROTECTED] Subject: If

Re: If condition in jsp

2000-06-12 Thread Chris Ernenwein
; } else { response.sendRedirect("D:\\jswdk\\jswdk-1.0.1\\examples\\WEB-INF\\servlets\\ login.html") ; } % -Original Message- From: Chris Ernenwein [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 4:48 PM To: [EMAIL PROTECTED] Subject: Re: If cond

Re: jsp to oracle technique: paging display of large recordsets

2000-05-11 Thread Chris Ernenwein
Why not just limit the records in Oracle? If you have Oracle 8.1.5 or better, you can do it. Chris E -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Geert Van Damme Sent: Thursday, May 11, 2000 9:43 AM

.jar vs .zip

2000-04-24 Thread Chris Ernenwein
Is there any difference in performance of deploying classes in a jar or a zip format? thanks, Chris E === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be