RE: Struts and plugin question

2004-03-31 Thread Andrew Hill
nt want to introduce a dependency on servlet.jar so just do it like I said below. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 March 2004 23:08 To: Struts Users Mailing List Subject: RE: Struts and plugin question But, fact is that when I want to get my comp

RE: Struts and plugin question

2004-03-31 Thread Andrew Hill
iling List' Subject: Struts and plugin question Hi all, I was wondering something about plugIns. Let's say, I want to create an object that has application context. So I create a plugIn to initialize it and store it in ServletContext. But, fact is that when I want to get my

Struts and plugin question

2004-03-31 Thread Marco Mistroni
Hi all, I was wondering something about plugIns. Let's say, I want to create an object that has application context. So I create a plugIn to initialize it and store it in ServletContext. But, fact is that when I want to get my component from servletcontext I have to cast it to my proper t