I currently use the following functions that are Primefaces :
-
RequestContext.getCurrentInstance().update("ComponentTal")
-
RequestContext.getCurrentInstance().execute("FuncaoJavaScript")
How can I replace them using facescontext()
?
Note: You may have noticed that my intent is to access screen components through bean , so if you have any solutions Prime , let me know. >