Hi Chris,

How is the ServletContextListener suited for my purpose ? . Can you please
elaborate a little more? . What i'm looking for is access to the properties
files' values and flags read from DB, not able to relate how this is related
to the listener.

Thanks,
Joseph


On 9/7/07, Chris Pratt <[EMAIL PROTECTED]> wrote:
>
> On 9/7/07, j alex <[EMAIL PROTECTED]> wrote:
> > In Struts 1, we were having an init servlet to load the application-wide
> > properties like dropdown values (from property files) into application
> > context and accessing these within JSP. Is there a better way of doing
> this
> > in Struts 2, and do we require an initialization servlet at all ? .
> >
>
> Look at the javax.servlet.ServletContextListener.  It works great..
>   (*Chris*)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to