RE: Prerendering a field

2007-04-03 Thread Anton Nikitin
Neat, that looks like it could work - thx Andreas! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Andreou Sent: Tuesday, April 03, 2007 11:56 PM To: Tapestry users Subject: Re: Prerendering a field http://tapestryjava.blogspot.com/2004/12/back

Re: Prerendering a field

2007-04-03 Thread Andreas Andreou
http://tapestryjava.blogspot.com/2004/12/back-from-shoppingcom-defer-component.html could give some ideas though... On 4/4/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: None that I know of. It's extremely hacky as it is with just FieldLabel / TextField. On 4/3/07, Anton Nikitin <[EMAIL PROTECTE

Re: Prerendering a field

2007-04-03 Thread Jesse Kuhnert
None that I know of. It's extremely hacky as it is with just FieldLabel / TextField. On 4/3/07, Anton Nikitin <[EMAIL PROTECTED]> wrote: Hi all, Is there a quick way to trigger prerendering of some field (for a standard component, like @TextField) before another field, similar to @FieldLabel's

Prerendering a field

2007-04-03 Thread Anton Nikitin
Hi all, Is there a quick way to trigger prerendering of some field (for a standard component, like @TextField) before another field, similar to @FieldLabel's "prerender" attribute? I'm trying to find a workaround for T's trick where if I want field A rewound before field B, I have to change seque