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
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:/
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.
--
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.
---
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