Re: Tapestry 5.4 Dojo as the Infrastructure Provider

2014-02-15 Thread Azudio Developer
aula Figueiredo wrote: > On Sat, 08 Feb 2014 08:19:08 -0200, Azudio Developer > wrote: > >> I’m currently having trouble getting rid of the require config object that >> gets written out before the libraries are loaded - can’t seem to override >> the ModuleManager service.

Re: Tapestry 5.4 Dojo as the Infrastructure Provider

2014-02-08 Thread Azudio Developer
apache.org/repos/asf?p=tapestry-5.git;a=blob;f=tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee;h=c76a6fedb9c73b7ab077a1df59bb4e64d8891528;hb=HEAD > > > > Cheers, > Dragan Sahpaski > > > On Sun, Jan 26, 2014 at 9:18 PM, Thiago H

Tapestry 5.4 Dojo as the Infrastructure Provider

2014-01-23 Thread Azudio Developer
Hi All, As an experiment, I’d like to use Dojo 1.9.2 as the JavaScript toolkit of choice in my Tapestry 5.4 projects replacing the bundled require.js (and use Dojo’s AMD loader), remove the bootstrap JS plugins (but keep basic Bootstrap CSS) and any trace of jQuery. I know that Tap 5.4 is sti

T5.3.6 AfterRenderTemplate getElement returns element of parent component

2012-12-05 Thread Azudio Developer
Hi, I'm seeing something that doesn't look right - possibly user error. I have a component structure like this: MyPage ->TopBar (c) -> NavItem (c) In the NavItem.java I have an render phase method: @AfterRenderTemplate void afterRender(MarkupWriter writer