Both are much easier than I thought.  Thanks for the help.  One question remains: if I 
were to have a ConfigurationPlugIn, for example, how would I get that information to 
each servlet.  Should I create static method within the ConfigurationPlugIn class that 
returns an object with all of the config values?

-----Original Message-----
From: Eddie Bush [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 9:43 AM
To: Struts Users Mailing List
Subject: Re: AAAARGH! SOMEONE! How do I set the default selection when
I'm using html:options?


Yeah, actually this might be your best approach.  Mine would depend on 
Struts.  This approach would be totally independent of Struts.  If 
you're (wasn't it spec 2.3 that brought us these listeners?) on an older 
spec, using the plugin may well be the way to go though.

Robert Taylor wrote:

>javax.servlet.ServletContextListener @since Servlet2.2 spec acts a
>bootstrap.
>Prior to Servlet2.2 spec, try a bootstrap  servlet.
>
>A quick scan of the mailing list archives and .....
>http://www.mail-archive.com/struts-user@jakarta.apache.org/msg38242.html
>
>should help.
>
>robert
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to