Re: How to observe property binding events

2006-10-10 Thread Jesse Kuhnert
per Tools 206-266-2259 -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 1:09 PM To: Tapestry users Subject: Re: How to observe property binding events I'm not sure what the requirements are wrt properties and specific users. I

RE: How to observe property binding events

2006-10-10 Thread Epstein, Ezra
-2259 -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 1:09 PM To: Tapestry users Subject: Re: How to observe property binding events I'm not sure what the requirements are wrt properties and specific users. I've done similar t

Re: How to observe property binding events

2006-10-10 Thread Jesse Kuhnert
---Original Message- From: andyhot [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 12:35 AM To: Tapestry users Subject: Re: How to observe property binding events Why store them in local variables? Store it in the current request cycle... First do a cycle.getAttribute("myexpensive

RE: How to observe property binding events

2006-10-10 Thread Epstein, Ezra
ain out the use case > maybe some knows the "right" way to do this in Tapestry. > > > Thanks, > > Ezra Epstein > > > -----Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 3:33 PM > To: Tapestry users > Subject:

Re: How to observe property binding events

2006-10-10 Thread andyhot
t;right" way to do this in Tapestry. > > > Thanks, > > Ezra Epstein > > > -Original Message- > From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 3:33 PM > To: Tapestry users > Subject: Re: How to observe pro

RE: How to observe property binding events

2006-10-10 Thread Epstein, Ezra
October 09, 2006 3:00 PM To: Tapestry users Subject: RE: How to observe property binding events Hi Jesse, Thanks for that reply. If I read it correctly, it sounds, simply, like the framework is missing this feature. It's a pretty common thing to ask for listener call-backs on framework even

RE: How to observe property binding events

2006-10-10 Thread Epstein, Ezra
ober 09, 2006 3:33 PM To: Tapestry users Subject: Re: How to observe property binding events There's also the org.apache.tapestry.event.ChangeObserver interface, though this is currently only used by the services in tapestry.persist to observe page property changes when they are being m

Re: How to observe property binding events

2006-10-09 Thread Jesse Kuhnert
perhaps he has a better perspective that he may offer. Thanks, Ezra Epstein Amazon.com - Developer Tools 206-266-2259 -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 7:22 PM To: Tapestry users Subject: Re: How to observe property binding even

RE: How to observe property binding events

2006-10-09 Thread Epstein, Ezra
r 06, 2006 7:22 PM To: Tapestry users Subject: Re: How to observe property binding events Yes, but the usefulness of my answer largely depends on how clever/efficient you are trying to be doing it. Now, there is IBinding. The one object to bind them all ;) If you work your way down the type hierar

Re: How to observe property binding events

2006-10-06 Thread Jesse Kuhnert
Yes, but the usefulness of my answer largely depends on how clever/efficient you are trying to be doing it. Now, there is IBinding. The one object to bind them all ;) If you work your way down the type hierarchy you'll find AbstractBinding, which holds the method you care about most - "setObject