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
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
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
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.
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
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
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