Yep. I removed the EL parser from the other lines. Why is is shown that way in the examples?
The page works now. -----Original Message----- From: David M. Karr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: Re: Error using JSTL >>>>> "Thomas" == Thomas J Zvolensky <Zvolensky> writes: Thomas> That did the trick! I didn't notice the missing "j". Thomas> Thanks. Thomas> <sql:driver Thomas> var="example" Thomas> driver="${org.gjt.mm.mysql.Driver}" Thomas> url="${dbc:mysql://carlsonr:3306/DocumentumUsage}" Thomas> /> David> I believe your "<sql:driver>" element is the problem. Your "url" attribute David> is David> incorrect. I would guess it should be: David> url="jdbc:mysql://carlsonr:3306/DocumentumUsage" Well, of course, the other problem was trying to invoke the EL parser on your raw values. You're doing the same thing on the value for the "driver" attribute. -- =================================================================== David M. Karr ; Java/J2EE/XML/Unix/C++ [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
