Re: accessing fields marked with @Property in Grid component

2011-04-12 Thread Howard Lewis Ship
Tapestry annotations are themselves annotated to indicate where they can be used. On Apr 11, 2011 7:26 AM, "Thiago H. de Paula Figueiredo" wrote: > On Mon, 11 Apr 2011 11:23:02 -0300, littlejoysoftware > wrote: > >> I'm working through the examples in Tapestry 5: Building Web >> Applications. >>

Re: accessing fields marked with @Property in Grid component

2011-04-12 Thread littlejoysoftware
Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/accessing-fields-marked-with-Property-in-Grid-component-tp4296037p4297997.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: accessing fields marked with @Property in Grid component

2011-04-11 Thread Adam Zimowski
ll:grid.columns]: Bean editor model >> for com.ljs.model.Celebrity does not contain a property named 'firstName'. >> >> which I can correct by added a getter for firstName. >> >> I'm puzzled because I though that the @Property annotation would provide &

Re: accessing fields marked with @Property in Grid component

2011-04-11 Thread Taha Hafeez
;> >> The next exception I see is: >> >> Render queue error in SetupRender[ShowAll:grid.columns]: Bean editor model >> for com.ljs.model.Celebrity does not contain a property named 'firstName'. >> >> which I can correct by added a getter for firstName. &

Re: accessing fields marked with @Property in Grid component

2011-04-11 Thread Taha Hafeez
for me. What am I missing? Have I > misunderstood > the @Property annotation? > > Thanks, > > Joshua > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/accessing-fields-marked-with-Property-in-Grid-component-tp4296037p4296037.html

Re: accessing fields marked with @Property in Grid component

2011-04-11 Thread Thiago H. de Paula Figueiredo
On Mon, 11 Apr 2011 11:23:02 -0300, littlejoysoftware wrote: I'm working through the examples in Tapestry 5: Building Web Applications. I am using Tapestry 5.2.4. I have a class Celebrity with fields: lastName, firstName, dateOfBirth, etc. and I've used the @Property annotation with the

accessing fields marked with @Property in Grid component

2011-04-11 Thread littlejoysoftware
rect by added a getter for firstName. I'm puzzled because I though that the @Property annotation would provide public getters and setters for me. What am I missing? Have I misunderstood the @Property annotation? Thanks, Joshua -- View this message in context: http://tapestry.1045711.n5.n