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 a

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, >

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 avai

Re: [T5] Loops - implicit value?

2008-08-16 Thread Filip S. Adamsen
Hi, 1. This would be nice, and it works for simple properties with the var: prefix. It doesn't work with property expressions, though, because there needs to be a property in the page for it to work. That said, I almost always need the value of a loop in my page class. And with @Property it'

[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: ${current.someProperty} In the cases where it is needed (hardly ever in my experience) the

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", value=

On $content$ again

2008-08-16 Thread Alex Kotchnev
I know that this issue was discussed in the past (e.g. http://www.nabble.com/Equivalent-of-jwcid%3D%22%24content%24%22-in-T5-td17581189s302.html#a17581189, http://www.nabble.com/T5-equivalent-of-%24content%24-td9138619s302.html#a9138619) and the conclusion was there currently is no equivalent of jw