jsf - Primefaces treeNode edit/update issue :unable to type in inputText -
I have a tree
with nodes, which I want to update. But when I click on the input box, it does not focus and I can not write anything. If I click your mouse in the box and my finger is pressed on it, then I can type.
& lt; P: tree value = "# {createTestBean.root}" var = "node" id = "tree" & gt; & Lt; P: tree node id = "triode" & gt; & Lt; H: output text value = "# {node.operationName}" /> & Lt; H: Input text = "# {node.opValue}" /> & Lt; / P: treeNode & gt; & Lt; / P: tree & gt;
Comments
Post a Comment