Is there a way to set my component focus after an function call to an other component with Primefaces RequestContex?
i tried:
RequestContex.getCurrentIns
You can use tag from primefaces, I used it for setting focus at run time as follows :
.xhtml code:
.java code:
focusProperty="componentIDToSetFocus";
don't forget to update the ID of tag