n Index.class;
> >}
> >
> >@OnEvent(value = EventConstants.NODE_SELECTED)
> >Object nodeSelected(Integer nodeId) {
> >company.setCompany((Company) session.get(Company.class, nodeId));
> >
> >return treeZone.body;
> >}
>>Object nodeSelected(Integer nodeId) {
>>company.setCompany((Company) session.get(Company.class, nodeId));
>>
>> return treeZone.body;
>>}
>>
>> Does anybody have any suggestions on how to g
nodeId));
>
>return treeZone.body;
>}
>
> Does anybody have any suggestions on how to get the tree grid to change
the
> content?
>
> --
> View this message in context:
http://tapestry.1045711.n
ected(Integer nodeId) {
company.setCompany((Company) session.get(Company.class, nodeId));
return treeZone.body;
}
Does anybody have any suggestions on how to get the tree grid to change the
content?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tre
Is it it possible for the tapestry treegrid to utilize ActionLinks ?, I'm
looking to use the component to navigate through pages.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/TreeGrid-ActionLink-tp5497839p5497839.html
Sent from the Tapestry - User mailing list ar