Re: Dynamically contributing a ServletContextListener

2012-01-26 Thread Howard Lewis Ship
Nice to see iFactory participating on the user mailing list! On Thu, Jan 26, 2012 at 8:52 AM, Mike Leonardo wrote: > Hi, > > > I'm working with integrating WURFL into my Tapestry app but I need to > conditionally add WURFL's ServletContextListener through Tapestry but I can't > figure out the r

Re: Dynamically contributing a ServletContextListener

2012-01-26 Thread Thiago H. de Paula Figueiredo
On Thu, 26 Jan 2012 14:52:41 -0200, Mike Leonardo wrote: Hi, Hi, Mike! I'm working with integrating WURFL into my Tapestry app but I need to conditionally add WURFL's ServletContextListener through Tapestry but I can't figure out the right "hooks" or contribution that would make this

Dynamically contributing a ServletContextListener

2012-01-26 Thread Mike Leonardo
Hi, I'm working with integrating WURFL into my Tapestry app but I need to conditionally add WURFL's ServletContextListener through Tapestry but I can't figure out the right "hooks" or contribution that would make this possible. I want to avoid anything in my web.xml since my project is also u