Another question! How can I focus the selected element in the tree. (jump to the link tag)? I can change the style witch css but not jump to the selected node.
-----Ursprüngliche Nachricht----- Von: Lance Java [mailto:[email protected]] Gesendet: Sonntag, 17. November 2013 11:39 An: Tapestry users Betreff: Re: Pre select Tree with zone update Jumpstart fires it's own custom "leafSelected" event when you select a leaf. So you'll need to make sure you mimic this action. From what I can see, that means you'll need to initialise selectedClassification with a value. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
