R: implicit object servlet

2002-05-07 Thread Alessio Fiore
)(pageContext.getRequest()); DataSource ds = (DataSource)(req.getAttribute(your-datasource-key-attribute-value)); Regards Alessio -Messaggio originale- Da: rainer jünger [mailto:[EMAIL PROTECTED]] Inviato: lunedì 6 maggio 2002 21.27 A: Tomcat Users List Oggetto: implicit object servlet

implicit object servlet

2002-05-06 Thread rainer jünger
Hi, what is the equivalent object to servlet within a Taglib-class? I want to use the methode: servlet.findDataSource(null) in a Taglib-class thanks Rainer

implicit object servlet

2002-05-06 Thread rainer jünger
Hi, what is the equivalent implicit object to servlet within a Taglib-class? I want to use the methode: servlet.findDataSource(null) in a Taglib-class thanks Rainer