I try to use POST method for all my form submissions.
But I have a Search functionality and I want my searchs to be bookmarkable.
I'm starting to think thats IMPOSSIBLE with JSF.
I use GET for links all the time and I know how to use <f:param>, but I don't know how to submit form data using GET.
Anyone!??
Thanks!

