Re: Updating Oracle CLOBs with JSTL sql tags

2002-08-29 Thread Shawn Bayern
On Thu, 29 Aug 2002, Mike Cantrell wrote: > Is there any way to get JSTL to update Oracle CLOBs with large amounts > of data? the tag works fine until it reaches the 4k limit. > Anything larger results in: > > Data size bigger than max size for this type: 27257 Do you get this because th

Updating Oracle CLOBs with JSTL sql tags

2002-08-29 Thread Mike Cantrell
Is there any way to get JSTL to update Oracle CLOBs with large amounts of data? the tag works fine until it reaches the 4k limit. Anything larger results in: Data size bigger than max size for this type: 27257 -- To unsubscribe, e-mail: For additional comm

Re: cannot get JSTL examples to work.

2002-08-29 Thread Shawn Bayern
If you're suggesting that the WAR worked fine, but that this is what you get when you try to run your own examples in a separate application, then the error is consistent with a failure to include jstl.jar in your web application's WEB-INF/lib directory. Make sure to follow the directions include

cannot get JSTL examples to work.

2002-08-29 Thread Hayles, John
Running Tomcat 4.0.4 on NT. Dropped standard-examples.war into the Apache Tomcat 4.0 webapps directory and restarted. Appears war installed fine, but when I goto run an example I get errors, such as the below for Iterator Tags Examples - Simple: type Exception report message Internal Server