posted 15 years ago
When loading a page, pass some params to backing bean.
After loading, in the page, I have some a4j command links to call ajax request, but each ajax call will change the RequestParameter values to null.
I don't want to pass those params in each command link, and keep the RequestParameter's original value(when page loading).
Any solutions? thanks very much!