How does one pass arguments or set some data mangaedbean for furthur porocessing on the fly .
You can use hidden param. JSF provides one component and or you can use HTML input typ=hidden
As a workaround I am how I can call the set api in a mangedbean without a submit or refresh .
Are you trying to call something on a server without a submit ? Howws that gona work
Also it would be helpful to understand how to encode URL for a commandLink.
what are you trying to do here?