Re: TreeGrid ActionLink

2012-02-20 Thread George Christman
n Index.class; > >} > > > >@OnEvent(value = EventConstants.NODE_SELECTED) > >Object nodeSelected(Integer nodeId) { > >company.setCompany((Company) session.get(Company.class, nodeId)); > > > >return treeZone.body; > >}

Re: TreeGrid ActionLink

2012-02-20 Thread Lance Java
>>Object nodeSelected(Integer nodeId) { >>company.setCompany((Company) session.get(Company.class, nodeId)); >> >> return treeZone.body; >>} >> >> Does anybody have any suggestions on how to g

Re: TreeGrid ActionLink

2012-02-20 Thread Lance Java
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

Re: TreeGrid ActionLink

2012-02-19 Thread George Christman
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

TreeGrid ActionLink

2012-02-19 Thread George Christman
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