Thanks for that tip.  Yes, I believe we are using Tapestry 3.

Can you clarify why the ListEdit doesn't generate the StaleLinkException and
the ForEach does ?  They seem to do the same think, but how does the
ListEdit keep things in sync for a rewind?

Thank you

Jason E. Dimm, Senior Analyst, Cingular Wireless
IT eCommerce/Payments (Payment Processing)
Cingular Java Components, QuickPay, Wedat
Sun Certified Java Developer
Sun Certified Java Programmer
12555 Cingular Way
Alpharetta, GA 30004
Office (678)893-2232
así es la vida.

-----Original Message-----
From: Mind Bridge [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 22, 2006 5:05 PM
To: Tapestry users
Subject: Re: StaleLink Exceptions

Hi,

Based on your previous message, I suspect that your project uses Tapestry 3.

You have two options:

Option 1: Within all Forms, replace Conditional with 
contrib:FormConditional, and Foreach with ListEdit. Those components are 
a part of standard distribution.

Option 2: Download the 'base' library from www.t-deli.com. Replace all 
Conditionals with base:If and all Foreach with base:For. The components 
automatically determine whether they are in a Form and create additional 
hidden fields to avoid StaleLinkExceptions. Similar components are now a 
part of Tapestry 4.

Dimm, Jason wrote:
> Anyone have advice on how to eliminate StaleLink Exceptions ?
>
>
> Jason E. Dimm, Senior Analyst, Cingular Wireless
> IT eCommerce/Payments (Payment Processing)
> Cingular Java Components, QuickPay, Wedat
> Sun Certified Java Developer
> Sun Certified Java Programmer
> 12555 Cingular Way
> Alpharetta, GA 30004
> Office (678)893-2232
> así es la vida.
>
>
> -----Original Message-----
> From: Dimm, Jason 
> Sent: Wednesday, February 22, 2006 9:27 AM
> To: 'Tapestry users'
> Subject: StaleLink Exceptions
>
> Buenos dias amigos,
>
> I've inherited a Tapestry application covered with StaleLInk Exceptions.
>
> What's the fastest and most practical way to eliminate these?
>
> Thanks
>
>
>
> Jason E. Dimm, Senior Analyst, Cingular Wireless
> IT eCommerce/Payments (Payment Processing)
> Cingular Java Components, QuickPay, Wedat
> Sun Certified Java Developer
> Sun Certified Java Programmer
> 12555 Cingular Way
> Alpharetta, GA 30004
> Office (678)893-2232
> así es la vida.
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to