0
I am using the JSF framework with primefaces 6.0 and as I am new, I am having difficulty calling a javascript when finishing a bean method with scope @Requestscoped. How can I do that? Is there any other way using this scope?
I want to call a script to show a feedback notification of the result to the user.
Remembering that there may be an error when starting the page in @Postconstruct init, the bean initializer method, so I need to call the script without action from a button.