Jul 29, 2008 9:13 PM
Treetable selected row selection
Hi There,
I need some guidience in implementing it.
Here's my situation. I have a treeTable exactly like the Quikukit treetable demo with requests and sub requests. above this table I have some text fields and drop down fields (not part of this tree). What I am looking for is, if user clicks (single or double doesn't matter) on a row then the values of that selected row should be displayed in the above text and other fields. Whats the fastest way to do this ? My request object has a bit more attributes than the demo applications "Request" object.
=============================
Thanks "Dmitry Pikhulya" for suggesting something on the following line, but I could not make it work.
<q:treeTable…>
<q:singleNodeSelection nodeData=”#{…}”/>
<q:row ondblclick=”document.forms[0].submit();”/>
…
</q:treeTable>
=======================================
I am sure some of the devlopers there might have come across this situation.
:-)Ajay