Re: Stale Link Exception on Disabled Select Component

2012-10-30 Thread shekharreddy
bryans gmail.com> writes: > > > This worked. Thank you. > > Andreas Andreou-4 wrote: > > > > try setting volatile to true in the @For component > > > > > > > hi , @For component having volatile true in html page but still i am gettin

Re: Stale Link Exception on Disabled Select Component

2009-06-10 Thread bryans
This worked. Thank you. Andreas Andreou-4 wrote: > > try setting volatile to true in the @For component > > > -- View this message in context: http://www.nabble.com/Stale-Link-Exception-on-Disabled-Select-Component-tp23964397p23970088.html Sent from the Tapestry - Us

Re: Stale Link Exception on Disabled Select Component

2009-06-10 Thread Andreas Andreou
s a SLE. > > Does anyone have any ideas on how to get around this or fix it? Thanks! > > -B > -- > View this message in context: > http://www.nabble.com/Stale-Link-Exception-on-Disabled-Select-Component-tp23964397p23964397.html > Sent from the Tapestry - User mailing list archi

Stale Link Exception on Disabled Select Component

2009-06-10 Thread bryans
any ideas on how to get around this or fix it? Thanks! -B -- View this message in context: http://www.nabble.com/Stale-Link-Exception-on-Disabled-Select-Component-tp23964397p23964397.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Stale link exception

2007-02-04 Thread Jesse Kuhnert
in normal state hasn't any input >> component. >> > The first time i call addNew, that adds a new row with input elements >> all >> > goes well. >> > The next time i call this function I have a StaleLinkException. >> > &

Re: Stale link exception

2007-01-27 Thread RonPiterman
requested by component Home/tableForm.addNew). > > The call is an ajax call that updates the table containing the row. > > How can I prevent the stale link exception, how does Tapestry 4.1.1threats > stale links ? > > Thanks in advance, > kiuma > -

Re: Stale link exception

2007-01-27 Thread Andrea Chiumenti
gt; The first time i call addNew, that adds a new row with input elements > all > > goes well. > > The next time i call this function I have a StaleLinkException. > > > > with this message: > > Rewind of form Home/thisForm expected allocated id #9 to be > '

Re: Stale link exception

2007-01-27 Thread Andrea Chiumenti
Form expected allocated id #9 to be 'nameField', > but > was 'addNew' (requested by component Home/tableForm.addNew). > > The call is an ajax call that updates the table containing the row. > >

Re: Stale link exception

2007-01-27 Thread RonPiterman
The call is an ajax call that updates the table containing the row. How can I prevent the stale link exception, how does Tapestry 4.1.1 threats stale links ? Thanks in advance, kiuma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Stale link exception

2007-01-27 Thread Andrea Chiumenti
leLinkException. with this message: Rewind of form Home/thisForm expected allocated id #9 to be 'nameField', but was 'addNew' (requested by component Home/tableForm.addNew). The call is an ajax call that updates the table containing the row. How can I prevent the stale link excepti