class generation in the exaples

2002-04-04 Thread Ken C Eitelman
I downloaded the jstl-beta1 taglibs. I'm trying to deploy the standard-examples.war in order to see how the tags work so that I may apply them. Firstly, the web.xml gets a load error after I try to run it in IBM WebSphere. Should this just be a deploy and run .war, or is there somthing I need

RE: [standard] sql:param doesn't accept a body

2002-04-04 Thread Andrea Grittini
Thank you very much for the adjustment. Now it works , I can pass a parameter to my sql query but only in the form sql:paramc:out value=${param.dataIn}//sql:param if I use the bodyless form It failed. Thank you Andrea Grittini -Original Message- From: Shawn Bayern [mailto:[EMAIL

RE: How to access initParameters in the dbtags library?

2002-04-04 Thread Lev Pelekh
The reason I had to switch from JSTL to DBTags was that JSTL creates a new connection for every statement. In case of multiple inserts, that makes it very difficult to obtain the autoincrement value of the last insert. lev. -Original Message- From: Agrawal, Anuj (Anuj)** CTR **

Re: class generation in the exaples

2002-04-04 Thread Shawn Bayern
On Wed, 3 Apr 2002, Ken C Eitelman wrote: I downloaded the jstl-beta1 taglibs. I'm trying to deploy the standard-examples.war in order to see how the tags work so that I may apply them. Firstly, the web.xml gets a load error after I try to run it in IBM WebSphere. Should this just be a

JSTL Struts

2002-04-04 Thread Jeff Ling
Hi, I am using struts with JSTL. In one place I write something like this: c:import value=mytestprogram.do/ It throws an JSP exception at runtime. Is this because struts will forward to the actual page when it sees *.do? Is there any workaround? Thanks, Jeff - Original Message -