On Tue, 28 Jan 2014 12:10:06 -0200, George Christman
wrote:
Hi Thiago, is there a snapshot for these fixes?
The next beta will include them.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---
On Fri, 24 Jan 2014 19:48:13 -0200, Dimitris Zenios
wrote:
I prefer number 3.
Fixed using option number 3. :)
On Fri, Jan 24, 2014 at 10:13 PM, Bob Harner wrote:
Actually, Tapestry's Response interface and ResponseImpl
implementation (a thin facade over HttpServletResponse) don't inc
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.
ModuleManager is a service like every other, so you
Hi Dimitris,
As you know, Tap 5.4 is using RequireJS as the loader and is configured by
creating a var require={} object before the require.js file is loaded. As I am
using dojo, it uses a similar mechanism but the variable is called
‘dojoConfig’. The ‘require’ object currently being output by
Why do you want to get rid of the config?You can add/remove/ovveride the
current config using javascriptSupport.addModuleConfigurationCallback
On Sat, Feb 8, 2014 at 12:19 PM, Azudio Developer wrote:
> Thanks Dragan.
>
> I've started to knock something up at
> https://github.com/adamhenderson/t
Thanks Dragan.
I’ve started to knock something up at
https://github.com/adamhenderson/tapestry-dojo which is my first rough stab at
getting something working. I’ve basically just created a module that builds
a new JavaScriptStack containing references to dojo but keeping underscore &
bootstrap