is tapestry.formos.com still accepted new projects?

2009-09-24 Thread Vladimir Solomenchuk
Hello, possibly, this is wrong place for asking this question, but anyway. I'd like to create new project related to integration of tapestry5 and dojo, but after two weeks of awaiting approval still no answer. regards, Vladimir Solomenchuk

Re: Multiple onActivate() methods ...

2009-09-24 Thread Vladimir Solomenchuk
another way is returning true as onActivate result - this will stop bubbling Object onActivate() { ... } Object onActivate(String username) { ... return true; } On 24.09.2009, at 14:13, Gunnar Eketrapp wrote: Hi! I have a page that may take a username as paramater. The main setup metod

Re: [T5] how to add dojo in tapestry5?

2008-06-23 Thread Vladimir Solomenchuk
Hi, You have two ways to do this: 1. simply include into your page/components dojo javascript libraries 2. write your own PageRenderSupport (see public void contributeMarkupRenderer(...) in TapestyModule) Tan [EMAIL PROTECTED] wrote: hi all, hi i know tapestry5 come with