Requirement �
In the project there is a continuously growing database with huge data and UI has some fine filter to capture meaningful data. There are many users creating different filters on the fly and sharing among themselves.
If I have all the parameters in the URL then this requirement is met easily.
Note �
Above requirement can be fulfilled easily using GET method.
Problem �
I have planned to develop this project using
JSF. But it seems I need some expert advise on this issue as JSF supports only POST method. Any idea how I can solve this problem!
Thanks for your attention,
Vishal