Re: property bindings

2013-05-29 Thread Thiago H de Paula Figueiredo
On Tue, 28 May 2013 21:29:45 -0300, Ken in Nashua kcola...@live.com wrote: Hi Folks, Hi! I am tearing thru the docs and mail list searching for when do properties bind tapestry Properties are bound when the page instance is instantiated. But what you're really asking is when property

Re: property bindings

2013-05-29 Thread Thiago H de Paula Figueiredo
On Wed, 29 May 2013 01:49:03 -0300, Jens Breitenstein mailingl...@j-b-s.de wrote: Hi Ken, Hi! somethings I get the feeling you use this mailinglist like a chat system providing much info in many many small chunks. Can't you just gather all information first and afterwards throw it to

RE: property bindings

2013-05-28 Thread Ken in Nashua
alright... i hate doing null checks... because if you get into the habit of it... you never know if your actually writing a legit piece of code So I did it anyway public GridDataSource getSource() { if (collection != null ) return new

Re: property bindings

2013-05-28 Thread Jens Breitenstein
Hi Ken, somethings I get the feeling you use this mailinglist like a chat system providing much info in many many small chunks. Can't you just gather all information first and afterwards throw it to the mailinglist? And for this particular topic, I miss the stacktrace maybe I did not see it.