在页面之间发送大量参数的最佳方法是什么?
问题描述:
我有一个JSF页面,我想使用很多参数进入另一个页面.当我在h:link
处通过f:param
将它们添加到查询字符串中时,它会很长而且不清楚,就像这样:
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:
what is the best why of sending this parameters between pages?
答
请了解以下内容,然后您才能通过自己获得答案...
Please learn about the following things then u can get the answer by ur self...
asp网点中的状态管理
State Management in asp dot net
客户端
隐藏字段
查看状态
饼干
控制状态
查询字符串
服务器端
会话
应用
了解更多详情