I'm doing a webservice, and I have several JSF Managed Bean methods, and I need to instigate the class and invoke the methods by sending parameters type String
from a JSF page that is of .xhtml
extension.
I do not need it to invoke from a button, but when I open the form it does it automatically. What label can I use and where?
Thank you very much