Re: Attribute question

2011-10-16 Thread bigcache1
Found an ajax select, thanks a lot! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Attribute-question-tp4907045p4907664.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscr

Re: Attribute question

2011-10-16 Thread Lenny Primak
Have you taken a look at JumpStart http://jumpstart.doublenegative.com.au/home.html for inspiration? On Oct 16, 2011, at 12:30 PM, bigcache1 wrote: > Another question in the row - how to update underlying value each time when > selection changed? > > -- > View this message in context: > http:/

Re: Attribute question

2011-10-16 Thread bigcache1
Another question in the row - how to update underlying value each time when selection changed? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Attribute-question-tp4907045p4907225.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: Attribute question

2011-10-16 Thread bigcache1
Works nice, thanks a lot! I just thought about some attribute for facilitySelect property -- View this message in context: http://tapestry.1045711.n5.nabble.com/Attribute-question-tp4907045p4907088.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Attribute question

2011-10-16 Thread Taha Hafeez Siddiqi
Why not do it at @Inject private DAO dao; void onPrepareForRender(){ facilitySelect = new FacilitySelectModel(dao); } regards Taha On Oct 16, 2011, at 8:14 PM, bigcache1 wrote: > I have component with SelectModel: > @Property > private SelectModel facilitySelect = new FacilitySelectModel(d