RE: T4.1.6 Troubles with accessing bindings from async listener method

2010-01-21 Thread Marko Mrkus
l.com [mailto:andre...@gmail.com] On Behalf Of Andreas Andreou Sent: Wednesday, January 20, 2010 5:51 PM To: Tapestry users Subject: Re: T4.1.6 Troubles with accessing bindings from async listener method When the direct link is triggered, your listener is called. I don't think the source paramet

Re: T4.1.6 Troubles with accessing bindings from async listener method

2010-01-20 Thread Andreas Andreou
When the direct link is triggered, your listener is called. I don't think the source parameter will be bound since there's no page rendering (or rewinding) happening - just the listener method getting called. Anyway, you have a few options here: - Persist the list into the session. - or, just add

RE: T4.1.6 Troubles with accessing bindings from async listener method

2010-01-20 Thread Marko Mrkus
Is it possible that only invariant expression bindings are updated in listener methods for form submissions and invoking direct service urls? -Original Message- From: Marko Mrkus [mailto:marko.mr...@bumblehood.com] Sent: Wednesday, January 20, 2010 2:55 PM To: 'Tapestry users' Subject: T4