jquery-ui.css and CSSURLRewriter

2016-12-20 Thread Robert Hannebauer
Hello, i'm playing with webjars (https://github.com/eddyson-de/tapestry-webjars) and jquery-ui. Everything work fine, except when i try to use the jquery-ui.css. It took me some time to understand the following error message, while trying to load the css file: Caused by:

Problem injecting a Logger

2010-12-28 Thread Robert Hannebauer
I'm having problems with Tapestry 5.2.4 and injecting a Logger into a service and a component. My AppModule: public static void bind(ServiceBinder binder) { binder.bind(RandomNumberGenerator.class, SecureRandomNumberGenerator.class); binder.bind(UserService.class,

Re: Problem injecting a Logger

2010-12-28 Thread Robert Hannebauer
I'm missing the forest through the trees. Sometimes the solution is too simple. But why do injection in component classes works? This seems to set me on the wrong track. Both solutions (@InjectResource) and constructor injection works perfectly. Many thanks Robert Am 28.12.2010 22:31,

dependent drop down list, ognl.InappropriateExpressionException

2006-05-10 Thread Robert Hannebauer
Hi, i tried to implement two dependent select boxes. This is my very simple test case. Home.html: html jwcid=@Shell title=Test body jwcid=@Body span jwcid=@Form select jwcid=@Select multiple=ognl:false span jwcid=@Foreach source=ognl:dayValues value=ognl:day