How to pass parameters to an actionListener of a commandButton ?
843842Mar 28 2005 — edited Mar 29 2005Hi:
I have a commandButton tag in a JSF page with an actionListener defined.
It calls a method of the backing bean.
But how can call this method with arguments from the JSF page ?
Does it exists any way that in the same commandButton tag I can include any arguments to pass to the actionListener backing method ?
Any help is welcome !!!
If you can show me any example of that, great !!!
Thanks !!!