Hello. I'm using the Jakarta JSTL tags (1.0.2) within Tomcat 4.1.12, with JDK 1.4.0 on a Windows platform. I'm using the SQL tags to get large text fields from an Oracle database and Oracle sends back those fields as CLOBs, not as strings. When putting the data into the pageContext, the EL decides that the CLOBs are not strings and therefore acts as if the CLOBs were beans. Is there an easy way to get the EL to turn the CLOBs into strings automatically, or, if there isn't, can anyone point me to the proper .java file in the JSTL source code so I can jimmy with it there? Thanks,
James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
