Re: IoC Question with Alias

2008-09-21 Thread Kristian Marinkovic
hi michael, happened to me several times too :) first you could try to define your services as proxy: from: binder.bind(HttpdRequestSecurityManager.class).withId("HttpdRequestSecurityManager"); to: binder.bind(RequestSecurityManager.class, HttpdRequestSecurityManager.class).withId("HttpdReque

Re: [ANNOUNCE] Tapestry 5.0.15

2008-09-21 Thread Donyee
Great! 2008/9/22 Howard Lewis Ship <[EMAIL PROTECTED]> > Tapestry 5.0.15 is now available for download or via Maven. > > We've squeezed a whole lot of last minute improvements and fixes into > (what was supposed to be) the released candidate. Alas, we missed a > couple so the release candidate w

Re: Page pool hard limit and page instance usage

2008-09-21 Thread 9902468
Hi again, I'm hitting my head to wall here with ServletContextSymbolProvider. It is configured like this: public static void contributeSymbolSource(OrderedConfiguration configuration, @InjectService("ServletContextSymbolProvider") SymbolProvider servletContextSymbolProvider) { config

Re: [ANN] t5components 0.5.15 is now available for Tapestry 5.0.15

2008-09-21 Thread Fei_Wang
hi! how do i put the thumbNail(5.0.13) in my application? Hi there, t5components 0.5.15 is now available for Tapestry 5.0.15 with some fixes project page http://tapestry5-components.googlecode.com -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.

[ANN] t5components 0.5.15 is now available for Tapestry 5.0.15

2008-09-21 Thread Sven Homburg
Hi there, t5components 0.5.15 is now available for Tapestry 5.0.15 with some fixes project page http://tapestry5-components.googlecode.com -- with regards Sven Homburg http://www.chenillekit.org http://tapestry5-components.googlecode.com

[ANNOUNCE] Tapestry 5.0.15

2008-09-21 Thread Howard Lewis Ship
Tapestry 5.0.15 is now available for download or via Maven. We've squeezed a whole lot of last minute improvements and fixes into (what was supposed to be) the released candidate. Alas, we missed a couple so the release candidate will be 5.0.16, due out in early October. We recommend users upgra

Integration with GWT

2008-09-21 Thread Alexey Frishman
Hi, I use T5 in my project as main web framework. The project itself is a sort of simple web GIS, based on Google Maps. There is great widget library for GWT to serve Google Maps with all their AJAX stuff, so I decided to use it also. Please, give me some information whether it's possible to inte