RE: T5: equivelent of c:set ?

2008-10-06 Thread Russell Brown
I get it. Thanks. -Original Message- From: Thiago H. de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: 06 October 2008 15:28 To: Tapestry users Subject: Re: T5: equivelent of c:set ? Em Mon, 06 Oct 2008 11:01:34 -0300, Russell Brown <[EMAIL PROTECTED]> escreveu: &g

Re: T5: equivelent of c:set ?

2008-10-06 Thread Thiago H. de Paula Figueiredo
Em Mon, 06 Oct 2008 11:01:34 -0300, Russell Brown <[EMAIL PROTECTED]> escreveu: In jsp You don't need to create a component from that, just stop thinking JSP when coding Tapestry. :) In Tapestry, all the logic is implemented in pages classes, with no logic in templates

RE: T5: equivelent of c:set ?

2008-10-06 Thread Russell Brown
Type { @Parameter @Property Private String value; } But there just has to be a better way. Right? Cheers for taking the time Russell -Original Message- From: Kristian Marinkovic [mailto:[EMAIL PROTECTED] Sent: 06 October 2008 14:22 To: Tapestry users Subject: Re

Re: T5: equivelent of c:set ?

2008-10-06 Thread Kristian Marinkovic
lps... maybe you can post an example... as posted by thiago g, kris "Thiago H. de Paula Figueiredo" <[EMAIL PROTECTED]> 06.10.2008 15:10 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema Re: T5: equivelent of c:set ? Em Mon, 06

Re: T5: equivelent of c:set ?

2008-10-06 Thread Thiago H. de Paula Figueiredo
Em Mon, 06 Oct 2008 09:01:48 -0300, Russell Brown <[EMAIL PROTECTED]> escreveu: As far as I can see it is only of use in a loop in which case it is set at the start of the iteration. How about iteration idioms that involve setting a value at the end of the iteration to be used by the next iter

RE: T5: equivelent of c:set ?

2008-10-06 Thread Russell Brown
way to do this in T5? Cheers Russell -Original Message- From: Kristian Marinkovic [mailto:[EMAIL PROTECTED] Sent: 06 October 2008 11:57 To: Tapestry users Subject: Re: T5: equivelent of c:set ? hi Russell, take a look at the "var:" binding http://tapestry.apache

Re: T5: equivelent of c:set ?

2008-10-06 Thread Kristian Marinkovic
hi Russell, take a look at the "var:" binding http://tapestry.apache.org/tapestry5/guide/parameters.html g, kris "Russell Brown" <[EMAIL PROTECTED]> 06.10.2008 12:07 Bitte antworten an "Tapestry users" An "Tapestry users" Kopie Thema T5: equivelent of c:set ? Hi, If I want to s