Re: simple select problem

2001-04-20 Thread Morgan Delagrange
Take out this line: > > You are attempting to access a property of java.sql.Connection that does not exist. - Morgan On Fri, 20 Apr 2001, Aron Kramlik wrote: > In that file, line 215 is: > > >out.print(JspRuntimeLibrary.toString(JspRuntimeLibrary.handleGetProperty(pageContext.findAttribute

Re: simple select problem

2001-04-19 Thread Aron Kramlik
In that file, line 215 is: out.print(JspRuntimeLibrary.toString(JspRuntimeLibrary.handleGetProperty(pageContext.findAttribute("conn1"), "userId"))); WhichI guess means that: pageContext.findAttribute("conn1") is evaluated to be null. I am not sure why this is the case since I have the connectio

RE: simple select problem

2001-04-19 Thread Christopher Widhelm
Go and look at this file, _summary_5F_sport_jsp_1.java, in your work directory at line 215 and see which object it says is null and then add a check to your jsp to see if the object is null before you perform the operation. -Original Message- From: Aron Kramlik [mailto:[EMAIL PROTECTED]]

Re: simple select problem

2001-04-19 Thread Aron Kramlik
MAIL PROTECTED]> Sent: Friday, April 20, 2001 3:29 AM Subject: Re: simple select problem > I don't think that there is a property like "userID". > > Try removing > and see if it works. > > Marius > > Aron Kramlik wrote: > > > > Hi, > >

Re: simple select problem

2001-04-19 Thread Marius Scurtescu
I don't think that there is a property like "userID". Try removing and see if it works. Marius Aron Kramlik wrote: > > Hi, > > I just downloaded the JDBC binary distribution (20010410). > I have created a very simple JSP that tries to access a table. > I am running on IBM WebSpere (linux) ad