Re: Help with onActivate Page

2009-12-26 Thread Ashwanth Kumar
Thanks Keneth, That helps a lot! - Ashwanth Kumar On Sun, Dec 27, 2009 at 9:24 AM, Kenneth CH, LEE wrote: > Hi, > > You can have multiple event handler for the same event: > > http://tapestry.apache.org/tapestry5/guide/event.html > > The one with the same no. of arguments as the no. of conte

Re: Help with onActivate Page

2009-12-26 Thread Kenneth CH, LEE
Hi, You can have multiple event handler for the same event: http://tapestry.apache.org/tapestry5/guide/event.html The one with the same no. of arguments as the no. of context parameters will get called, as well as the no-arg one. I figured that out with my own experiment. Hope that helps. Ke

Re: Help with onActivate Page

2009-12-26 Thread Alfonso Quiroga
What do you mean with overloadable? something like... a) void onActivate() b) void onActivate(String param) you mean that? I think the easier way is to do only one method: onActivate(EventContext context), tapestry5 will hit it always. On Sat, Dec 26, 2009 at 9:57 PM, Ashwanth Kumar wrote: > H

Help with onActivate Page

2009-12-26 Thread Ashwanth Kumar
Hello, I have a small doubt. I need some clarification regarding the onActivate() of every Page class.. 1. Is it Overloadable? (I know, it has some internal type casting, still wanted to know?) 2. If No, help me with the following scenario in my project. I need to show a page a page t

Re: Discussion

2009-12-26 Thread Alessandro Bottoni
Il 26/12/2009 19:24, Thiago H. de Paula Figueiredo ha scritto: >> I think that what the newbie (like me) and the end-user/dev are >> expecting from T5+Tynamo is something like a "Drupal on steroids": a >> empty CMS (coming from a Maven archetype) that can be easily configured > > I beg to differ.

Re: About T5 integration modules

2009-12-26 Thread Thiago H. de Paula Figueiredo
Em Thu, 24 Dec 2009 09:17:14 -0200, Ivano Luberti escreveu: Ciao, Ivano! :) Thiago, every time I see your solutions and the easyness with which you find them I wonder how you have learned to use Tapestry. Do you are involved in design and development of Tapestry core ? Are you a committer

Re: Discussion

2009-12-26 Thread Thiago H. de Paula Figueiredo
Em Thu, 24 Dec 2009 10:31:15 -0200, Alessandro Bottoni escreveu: Regarding this topics, let me remind the ML people that there are at least two projects that tries to supply Tapestry 5 with the remaining components needed to build a full-stack framework (or something like that): Tynamo (forme

Re: Tapestry URL Rewriting Support and form submit

2009-12-26 Thread Thiago H. de Paula Figueiredo
Em Thu, 24 Dec 2009 16:03:50 -0200, Sergey Kashin escreveu: if i click submit button in form (name frm in page) rewrite works not correctly: url looks like /rewrited_tst/testpage but i expect url like /test/testpage all other processed correctly /rewrited_tst/testpage and expect /rewrited_ts

Re: About T5 integration modules

2009-12-26 Thread cordenier christophe
Hello Howard, Actually, security was only an exemple. And because, i am pretty new to spring-security and to be honest, not really convinced at the moment, i will not try to defend it. But my question was : What about the Integration of Tapestry in other Framework ? Because many people talked abo

Re: About T5 integration modules

2009-12-26 Thread Alessandro Bottoni
Il 24/12/2009 19:50, Howard Lewis Ship ha scritto: > I'm also a bit surprised at how eager people are to make use of > cumbersome solutions like Spring Security to accomplish simple tasks > such > as protecting pages. The Spring Security logic is path-based, > requiring an awkward mapping from pat