Re: Spring injection by interface

2013-02-06 Thread lukaszkaleta
Yes, I am using this library ;) The only difference I am having is own ContextLoaderListener which do something like this: -- View this message in context: http://tapestry.1045711.n5.nabble.com/Spring-injection-by-interface-tp5719810p5719815.html Sent from the Tapestry - User mailing list a

Spring injection by interface

2013-02-06 Thread lukaszkaleta
I am using tapestry spring with compatibility mode: This is mine bean definition: I try this: but I got following exception I also try with but no luck. If I @Inject ApplicationContext I can access the bean from it, but I would like to get it directly. I am using tapestry: Tapestry 5.3.

Tapestry-Spring: Abstract spring bean produce NPE

2013-02-05 Thread lukaszkaleta
Hi, I am having following spring bean in mine context For this bean I am getting following exception: Maybe someone know solution for that problem and will give me hint how to solve it ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Spring-Abstract-sp

Re: Pages from Other module not available

2013-02-05 Thread lukaszkaleta
Thanks it works -- View this message in context: http://tapestry.1045711.n5.nabble.com/Pages-from-Other-module-not-available-tp5719756p5719792.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubsc

Pages from Other module not available

2013-02-04 Thread lukaszkaleta
I would like to use pages which are defined in other module. This is mine main module in webapplication This is mine module which defines set of pages and components: If I try to use page from SelfMonitorModule I am getting 404, page is also not show in core/PageCatalog. Could you give me hin

Re: t:zone after update add following style: "background-image: none; background-color: rgb(255, 255, 255);"

2012-08-12 Thread lukaszkaleta
I am using tapestry 5.3 -- View this message in context: http://tapestry.1045711.n5.nabble.com/t-zone-after-update-add-following-style-background-image-none-background-color-rgb-255-255-255-tp5715272p5715296.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Tapestry5 vs Vaadin

2012-08-11 Thread lukaszkaleta
The question is what you need more: 1. RichClient like application on the web - then you can go with vaadin, since it has many build in components 2. If you look for good perfomnace in faver of rich components then tapestry is better choice IMHO I used vaadin for administrative application, the p

t:zone after update add following style: "background-image: none; background-color: rgb(255, 255, 255);"

2012-08-11 Thread lukaszkaleta
Hi, I am using t:zone with ZoneRefresh mixin. When zone is refreshed mine background image is lost on the zone div. Is there a way to disable this default style ? I already try with configuration.override("InjectDefaultStylesheet", null); but this style seems to come from something different. I

Re: How to use java Enums inside pages

2012-07-07 Thread lukaszkaleta
Thanks it works! -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-use-java-Enums-inside-pages-tp5714330p5714334.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe

How to use java Enums inside pages

2012-07-07 Thread lukaszkaleta
Hi, I am having enum class defined in base package. When I am using this enum inside page class I am getting exception: Render queue error in Expansion[PropBinding[expansion About(ExampleEnum)]]: Base class java.lang.Enum (super class of org.tapestry.quickstart.base.ExampleEnum) is not in a contro

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-24 Thread lukaszkaleta
Thank you for help. I do not know what I had wrong ... I start from scrach with new project and is works now. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714059.html Sent from the Tapestry - Us

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
Hi Taha, thanks for replay :) well for me it does not work somehow ... I am using latest gradle version: 1.0 tapestry is 5.3.3. I am wondering if this maybe has something todo with gradle war/jetty ... but I am not sure. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Ta

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
yes I supposed to do the same, but when mine idea open gradle project it does not work for me. Are you using gradle too ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714052.html Sent from the

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
Yes, I read this page. So far I exclude IDEA from mine tesing. As I said with maven it works. This is how I am testing with maven: - on first console I am running: mvn jetty:run - I change Index page (from quickstrart app) via simple editor - on second console I am running: mvn clean install The

Tapestry 5.3.3 quickstart, Gradle, Idea: life class reloading issue

2012-06-23 Thread lukaszkaleta
Hi :) I am checking tapestry quickstart application build with gradle. For dev I am using idea (gradle idea) I have problem with life class reloading when project is started with gradle jettyRun. I configure mine ide to compile classes into build/classes/main/ When I do the same with maven it wo