【发布时间】:2011-03-27 01:38:21
【问题描述】:
您好,开发人员,当我必须隐藏时遇到问题,例如,/Login.html?rvn=1,我想在 icefaces 中隐藏 rvn 参数,这可能吗?iam 使用 icefaces 1.8.2..
我搜索了那个方法,发现这是一种隐藏 rvn 的方法,通过添加 web.xml,
<context-param>
<param-name>com.icesoft.faces.ignoreRvn</param-name>
<param-value>true</param-value>
</context-param>
但是,rvn还是出现了,大家能帮帮我吗?
感谢您的评论,抱歉我的英语不好:D
【问题讨论】:
标签: icefaces