I would still need to use the Servlet API to retrieve those values, correct? I'm trying to find a way to pass in values directly to Struts, I guess.
On 11/9/00, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Hi Tom- > > how about implementing the default initialisation parameters by placing > the > init-param in web.xml? > e.g. > <init-param> > <param-name>debug</param-name> > <param-value>true</param-value> > </init-param> > > M-- > ----- Original Message ----- > From: "tom` frost" <[EMAIL PROTECTED]> > To: <user@struts.apache.org> > Sent: Friday, November 09, 2007 12:41 PM > Subject: S2 best location of application init params > > > > I'm looking for the best place to put application init stuff. I'm > thinking > > of something like the home directory of the file system to which the > > application will write to. What's the best way of apssing such > information > > in. In the past I have used servlet api init params, but with all the > > effort made in S2 to separate your code from Servlet api, surely there's > a > > better way. > > > > Thanks, > > Tom > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >