Accessing static variables

2003-07-01 Thread Eric W Hauser
I searched through the archives, and I couldn't find a good answer for this question. Is there a reason why there is not a JSTL tag to expose the static final variables for a class? You can obviously do this by importing the class and using <%= MyClass.STATICVAR %>, or by specifying it as an attri

Re: Stored procedure

2003-07-01 Thread Daniel Montero
I believe you can just do something like just like any other sql statement. - Original Message - From: "Kevin Passey" <[EMAIL PROTECTED]> To: "Taglibs (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 9:40 AM Subject: Stored procedure > Hi, > > Are there any taglibs which

Re: Stored procedure

2003-07-01 Thread Michael Duffy
Uh, I don't think so. A stored procedure is SQL code that's executed by the SQL engine. In Java, the pertinent class is java.sql.CallableStatement. I just looked in the Jakara DBTags docs - no mention of CallableStatement that I could see, but I only took a quick glance. You might have to wr

Re: Stored procedure

2003-07-01 Thread N. Chen
stored procedure? is that same as stored sql statement? if so: nick On Tue, 1 Jul 2003, Kevin Passey wrote: > Hi, > > Are there any taglibs which I can use to call a stored procedure. > > Thanks > > Kevin > - To unsubscrib

Stored procedure

2003-07-01 Thread Kevin Passey
Hi, Are there any taglibs which I can use to call a stored procedure. Thanks Kevin

nested tag

2003-07-01 Thread Sloan Seaman
I'm trying to do a tree using the nested tags and I'm having some issues. I've got a NodeBean (like the TreeBean in the monkey bean example) with the following: public NodeBean() { key="MonkeyTree"; value="MonkeyTree"; NodeBean n1 = new NodeBean("1", "1"); NodeBean n2 = new NodeBean("2",