Re: [S2] application context

2008-03-19 Thread deeeed
ll information there > (have a look at the first and the last message in the thread). > > Frank > > > > -Original Message- > > From: dd [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 19, 2008 9:03 PM > > To: user@struts.apache.org > > Subje

[S2] application context

2008-03-19 Thread deeeed
Hi, I would like to initialize and share an object when my application deploy but I'm not sure on the best way to do it. The idea is to access something like ServletContext() and then initialize my object in it in a synchronized way. I know the ActionContext is ThreadLocal so If i put my object in

S2: problem with sitemesh plugin

2008-01-17 Thread deeeed
Hi, I just tried to integrate the sitemesh plugin with the default struts2 archetype by editing my web.xml: sitemesh org.apache.struts2.sitemesh.FreeMarkerPageFilter But now it seems that the jsp code can't be executed anymore and the