struts and applets

2001-10-05 Thread Johnson, Nathaniel
I have a question about struts working with applets... I am using JBuilder and Tomcat with struts and it has been a classpath pain so far, and now that I have added an applet, it is even more of a pain. Now my jsp pages that have the applet on them are not finding the applet when I go to the jsp

Poolman question

2001-10-03 Thread Johnson, Nathaniel
Sorry to ask this question hear, but I can not find any help about poolman anywhere... Anyway, does anyone know how to use the GenericPool in PoolMan to get custom objects pooling... I can get it working with Strings, but MyObject bombs out here is the log from poolman October 3, 2001

getting the servlet context

2001-10-01 Thread Johnson, Nathaniel
Does anyone know how to get the servletContext from within a custom tag (public class MyTag extends SupportTag...) Thanks! Nate

RE: getting the servlet context

2001-10-01 Thread Johnson, Nathaniel
, 2001 2:49 PM To: [EMAIL PROTECTED] Subject: Re: getting the servlet context try pageContext.getServletContext() HTH, Pete Johnson, Nathaniel wrote: Does anyone know how to get the servletContext from within a custom tag (public class MyTag extends SupportTag...) Thanks! Nate

RE: getting the servlet context

2001-10-01 Thread Johnson, Nathaniel
: Monday, October 01, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: AW: getting the servlet context Try this ServletContext con = pageContext.getServletContext(); regards Thomas -Ursprüngliche Nachricht- Von: Johnson, Nathaniel [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 1. Oktober 2001 21:49