I have one JSF page and I would like to get to another with a lot of parameters. when I add them to query string by f:param at h:link it would be very long and unclear, like this:
f:param
h:link
http://www.example.org/?id1=1&id2=2&id3=3&id4=34324&id5=fdgfrde&id6=434&id7=4324&id7=5543&id8=rewr&id9=fwefe&id10=1021021&id11=retert
what is the best why of sending this parameters between pages?
Based on your requirement, for example which data is not going to chaged frequently those data can be obtained from cookie or view state etc don't forgot to encrypt...
1.4m articles
1.4m replys
5 comments
57.0k users