Hello! I've made up a custom JSP tag that I'm using with a struts application: It loads an organisation hierarchy from a JDBC data source and renders it to HTML. My question is this: How does my JSP custom tag class ask the Struts connection pool for one of its connections? Thanks! Jonathan Fuerth
- Re: Connection Pool from JSP tag? Jonathan Fuerth
- Re: Connection Pool from JSP tag? Ted Husted