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


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 was named

Object onActivate() {

  -- Fetch and process some data before rendering ---

   return null;
}

then I added a

void onActivate(String username)  {
//  Remember user to be used in other onActivate() method !!!
...
}

Everyhting seemed to be ok until i figured out that the second  
method is

called after the first method.

Obviously I am have not grasped the event handling mechanism at  
all ...


A hint anyone? I'll buy you a beer next time you are in town!

Thanks in advance,
Gunnar Eketrapp
Stockholm Sweden



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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 scriptaculous and prototype. but i wan
 to
 use something like dojo AccordionContainer in tml.
 may i know any way to do it? thank youl.
 
 Regards,
 [EMAIL PROTECTED]
 
 

-- 
View this message in context: 
http://www.nabble.com/-T5--how-to-add-dojo-in-tapestry5--tp18044089p18064520.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]