Re: Rotating tables?

2004-08-05 Thread Stefan Frank
| Green Data | Purple Data. Any suggestions? Please help by pointing me elsewhere if you can - Nic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Stefan Frank iBioS - Intelligent

Re: Rotating tables?

2004-08-04 Thread Stefan Frank
- Nic - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Stefan Frank iBioS - Intelligent BioInformatics Systems http://www.dkfz-heidelberg.de/ibios DKFZ - German Cancer Research

Re: Adding attributes to an XML element in JSTL

2004-05-07 Thread Stefan Frank
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Stefan Frank iBioS

EL not evaluated

2004-04-19 Thread Stefan Frank
not change the output. Is there something else I have to do for evaluating EL-Expressions?! Cheers stf -- Stefan Frank iBioS - Intelligent BioInformatics Systems http://www.dkfz-heidelberg.de/ibios DKFZ - German Cancer Research Center Im Neuenheimer Feld 580 69120 Heidelberg Tel.: +49 (0) 6221 42

Re: EL not evaluated

2004-04-19 Thread Stefan Frank
.xsd version=2.4 solved this issue. sorry for bothering you, folks stf Stefan Frank wrote: Hi, I suspect this has been asked numerous times before, but I could not find a FAQ for JSTL: I set up jstl for my web-app(on tomcat 5) by: - copying the tld's to web-inf - adding the taglibs to web.xml

DBTags in a production enviroment??! ConnectionPool running out

2001-11-21 Thread Stefan Frank
Hi folks, I post this once again, as we are still in serious trouble with our application that relies on the dbtags. We have the following code, that appeared to be working until we found out, that the code drains our connection pool: sql:connection id=conn jndiName=jspDataSource/

connectionPool running out when using DBTAGs

2001-11-14 Thread Stefan Frank
Hi, we are using dbtags on our site, most of the time just doing rather simple selects: we have setup dbtags with a datasource, which in turn uses a connection-Pool (under weblogic-server6.1 on solaris, oracle as Database) - although we are always closing the connection, after about two days,