Re: Does Tapestry 5.4 bring client-side ui/controller logic?

2013-10-01 Thread Felix Gonschorek
Hello Michael, Tapestry 5.4 does not force you to use a specific JavaScript frontend or embraces a specific kind of architecture. The way tapestry-core is implemented is very good for an understanding, how things work in the new requirejs / html5 way. I am using angularjs and it works pretty

Re: [jira] [Commented] (TAP5-2169) Core stack is not included by default

2013-09-27 Thread Felix Gonschorek
, Sep 23, 2013 at 2:38 AM, Felix Gonschorek fe...@netzgut.net wrote: intermediate solution. put this in your AppModule: public void contributeMarkupRenderer(OrderedConfigurationMarkupRendererFilter configuration) { MarkupRendererFilter NOOP = new MarkupRendererFilter

Re: [jira] [Commented] (TAP5-2169) Core stack is not included by default

2013-09-23 Thread Felix Gonschorek
Can we get a switch to turn off the auto-include of the core stack? Please? ;-) On Thu, Sep 19, 2013 at 2:58 AM, Barry Books trs...@gmail.com wrote: I agree with Geoff. It's easy to include the core stack in a Layout component. On Wed, Sep 18, 2013 at 7:48 PM, Lenny Primak

Re: [jira] [Commented] (TAP5-2169) Core stack is not included by default

2013-09-23 Thread Felix Gonschorek
) { renderer.renderMarkup(writer); } }; configuration.override(ImportCoreStack, NOOP); } On Mon, Sep 23, 2013 at 11:29 AM, Felix Gonschorek fe...@netzgut.netwrote: Can we get a switch to turn off the auto-include of the core stack? Please? ;-) On Thu, Sep 19, 2013 at 2:58 AM, Barry Books trs

Re: Failing to load asset / stylesheet with @Import annotation in subclassed component / TAP5-2083 (Tapestry 5.4-SNAPSHOT)

2013-05-03 Thread Felix Gonschorek
at 4:22 PM, Felix Gonschorek fe...@netzgut.net wrote: Hi guys, we are upgrading our system to tapestry5.4 (snapshot). importing a stylesheet with the @Import annotation fails, when subclassing a component which is in a different folder: tapestry tries to load the asset in the folder

Failing to load asset / stylesheet with @Import annotation in subclassed component / TAP5-2083 (Tapestry 5.4-SNAPSHOT)

2013-03-08 Thread Felix Gonschorek
Hi guys, we are upgrading our system to tapestry5.4 (snapshot). importing a stylesheet with the @Import annotation fails, when subclassing a component which is in a different folder: tapestry tries to load the asset in the folder of the subclassed component instead of the folder, where the class

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-22 Thread Felix Gonschorek
-do-i-set-the-default-locale-for-my-jvm ) in your GRADLE_OPTS and see if that makes a difference. Kalle On Fri, Dec 21, 2012 at 1:27 PM, Felix Gonschorek fe...@netzgut.net wrote: hello again, hopefully someone finds a minute to solve my problem, i try to summarize a little: my

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-21 Thread Felix Gonschorek
! felix On Thu, Dec 20, 2012 at 2:43 AM, Felix Gonschorek fe...@netzgut.net wrote: Thank you Lance and Uli, with your help I made some important steps into the right direction. I now use the grade eclipse plugin, it works very well. I also changed the java version in the main build.gradle

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-19 Thread Felix Gonschorek
instead. Or is my build setup wrong and cygwin is in some way not supported? Any ideas? Thanks you guys Felix On Tue, Dec 18, 2012 at 3:56 PM, Ulrich Stärk u...@spielviel.de wrote: On 18.12.2012 13:29, Felix Gonschorek wrote: Okay, i would like to contribute back to the tapestry project

Re: Cleaning up JIRA

2012-12-18 Thread Felix Gonschorek
This is not directly related, but: I would love to help by submitting patches (at least for my bug report: https://issues.apache.org/jira/browse/TAP5-1941), but it's really hard to get tapestry running from source in eclipse (and i work with eclipse and java based projects every day). I will open

Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-18 Thread Felix Gonschorek
Okay, i would like to contribute back to the tapestry project and submit patches and tests. I have difficulties to get tapestry running in my current dev environment: - eclipse 3.8.1 (jdt, gradle plugin, git team provider and m2 plugin installed) - win 7 usually i work with mercurial and