Sign-off

2001-05-31 Thread Justin Owens
signoff JSP-INTEREST -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Athar, Zarina (MED, Exec Search) Sent: Thursday, May 31, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: Sign-off signoff JSP-INTEREST ---

Re: Database locked?

2001-05-07 Thread Justin Owens
You are running into a deadlock. You are try to access records/tables that are locked by the database. There are a couple of ways to remedy this. The first one is to close your first connection and recordset. By closing these, it should free up resources. I am not sure of the syntax or if you

Re: frame problem

2001-04-27 Thread Justin Owens
: frame problem Thanks. At least I can make the doc2Body reload when doc1Body gets refreshed. The next question is how can I pass parameters from doc1Body to doc2Body while I am doing ? >From: Justin Owens <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages speci

Re: frame problem

2001-04-27 Thread Justin Owens
PROTECTED]]On Behalf Of Shirley Chen Sent: Friday, April 27, 2001 8:23 PM To: [EMAIL PROTECTED] Subject: Re: frame problem How do I do it? Please explain to me. Thanks Shirley >From: Justin Owens <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >

Re: frame problem

2001-04-27 Thread Justin Owens
In order to use onLoad="..." You will have to specify the frame number in javascript. Justin -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Shirley Chen Sent: Friday, April 27, 2001 7:26 PM To: [EMAIL PRO

Re: problem with catching exceptions from tags on the errorPage still remains

2001-04-27 Thread Justin Owens
Guys, With JRUN, Allaire actually lets developers have it for free. Yesterday, I downloaded it and installed it on my server for development. It is only in production environments that it requires purchase. Note also, the JRUN developers edition will only allow three concurrent connections. J