T5 Two action handlers for one component

2008-08-16 Thread Janko Muzykant
hi, I have a component which should react on two types of provided arguments: one integer and two integers. These are my handler functions: @OnEvent(component=pager, value=action) Block onPageChangedExtended(int index, int visiblePage){} @OnEvent(component=pager,

[T5] Loops - implicit value?

2008-08-16 Thread Richard Hoberman
Hi One thing that surprises me about T5 is that I still have to declare methods in my class for looping. 1. Wouldn't this be more in line with T5's commitment to painless development to support: t:loop source=myCollection ${current.someProperty} /t:loop In the cases where it is needed

Re: [ANN] t5components 0.5.14 is now available for Tapestry 5.0.14

2008-08-16 Thread Ralf Edmund Stranzenbach
Hi, just to let you know: The projects web-page as referenced by zje google code start page http://87.193.218.134:8080/t5components/index.html seems to be down at the moment. Regards, Ralf E. Stranzenbach Am 16.08.2008 um 01:13 schrieb Sven Homburg: Hi there, t5components 0.5.14 is now

Re: [ANN] t5components 0.5.14 is now available for Tapestry 5.0.14

2008-08-16 Thread Sven Homburg
sorry, cant agree, all is running fine 2008/8/16 Ralf Edmund Stranzenbach [EMAIL PROTECTED] Hi, just to let you know: The projects web-page as referenced by zje google code start page http://87.193.218.134:8080/t5components/index.html seems to be down at the moment. Regards, Ralf E.

Re: On $content$ again

2008-08-16 Thread Ivan Dubrov
Alex Kotchnev wrote: I also found this solution : http://www.nabble.com/Re-%3A-Re-%3A-T5%3A-Layout-question-to16448904.html#a16448904, but life just becomes a little uglier with it. I see that we're jumping through these hoops to prevent template previewability and so if it becomes too much of