Re: Different generation of JSTL sql:query

2004-07-07 Thread Kris Schneider
Can you give an example of how you're using the tags and indicate which has code generated directly into _jspService and which has code generated into its own method? On a realted note, if you want better control over exception handling in your pages, you can try using the tag: ...

Different generation of JSTL sql:query

2004-07-06 Thread Geesken, Edmund
Hi, I have some problems with the JSTL taglibrary 1.1. Some of my JSPs which are using the sql:query tag are generated in a different way. For some of them the generation of the sql:query tag is directly included into the service method body of the JSP and for others a separate method is generated