Re: How do we get access to the servlet context from a class that is not an action?

2007-07-11 Thread Asaf Paris Mandoki
Thanks, it worked On 7/10/07, Ing. Andrea Vettori <[EMAIL PROTECTED]> wrote: You can use ServletActionContext.getServletContext() Il giorno 10/lug/07, alle ore 13:19, Asaf Paris Mandoki ha scritto: > Hi, > I have an action class (A) that uses another class (B). Is there a way > to get acces

Re: How do we get access to the servlet context from a class that is not an action?

2007-07-10 Thread Ing. Andrea Vettori
You can use ServletActionContext.getServletContext() Il giorno 10/lug/07, alle ore 13:19, Asaf Paris Mandoki ha scritto: Hi, I have an action class (A) that uses another class (B). Is there a way to get access to the servlet context inside B without injecing it through A? Thanks in advance

How do we get access to the servlet context from a class that is not an action?

2007-07-10 Thread Asaf Paris Mandoki
Hi, I have an action class (A) that uses another class (B). Is there a way to get access to the servlet context inside B without injecing it through A? Thanks in advance Asaf - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit