java - Problem with rich tree onselect -
i've new problem rich:tree... there how id data selected row javascript? mean, have bean id, , name atributes, example... , use tree showing names (but injet bean)... when click in element, want call javascript function named 'teste'... , there want id, selected row...
function teste(){ var selectedid = ? }
is there how id js function?
Comments
Post a Comment