Thank you, this solves a lot of things
kiuma
On Wed, Mar 4, 2009 at 7:36 PM, Thiago H. de Paula Figueiredo
wrote:
> Em Wed, 04 Mar 2009 15:13:34 -0300, Andrea Chiumenti
> escreveu:
>
>> What I need is do create a DojoRequire annotation for components and
>> pages.
>
> Wouldn't a mixin be a bette
Em Wed, 04 Mar 2009 15:13:34 -0300, Andrea Chiumenti
escreveu:
What I need is do create a DojoRequire annotation for components and
pages.
Wouldn't a mixin be a better way to do that? You can inject the component
using @InjectContainer.
Then I don't know how and where to inspect compo
Hello,
I'm trying to integrate dojo into Tapestry5
For this purpose I've crated a DojoPage annotation that handels dojo
initializations script and then I've decorated
PageMarkupRenderer renderPageMarkup method, and this works.
I'm finding the next step more difficult also because I'm new to T5.